Skip to content

Commit

Permalink
try env
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Mar 1, 2023
1 parent 630ec20 commit 31269af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,10 @@ jobs:
if: github.ref_type == 'branch'
env:
CONAN_SOURCE_DIR: ${{ github.workspace }}
VERSION_SUFFIX: ${{ github.run_id }}
run: |
cd conan
VERSION_SUFFIX=$(echo ${GITHUB_RUN_ID}) conan create . drift/develop --build=missing ${{ matrix.conan_tail }}
conan create . drift/develop --build=missing ${{ matrix.conan_tail }}
- name: Upload package
if: ${{ (github.ref == 'refs/heads/develop') || (startsWith(github.event.ref, 'refs/tags/v')) }}
Expand Down Expand Up @@ -255,7 +256,6 @@ jobs:

- name: Prefix version for development version
if: ${{ (github.ref == 'refs/heads/develop') }}
shell: bash
run: echo "VERSION_SUFFIX=$(echo ${GITHUB_RUN_ID})" >> $GITHUB_ENV

- name: Install conan
Expand Down

0 comments on commit 31269af

Please sign in to comment.