Skip to content

Commit

Permalink
Merge branch 'release-workflow-and-deb-package' into release/v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed May 18, 2024
2 parents be28e23 + a52c8c2 commit 38dc446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
run: |
branchName=$(echo $GITHUB_REF | sed 's/refs\/tags\///')
echo "::set-env name=CURRENT_VERSION::$(echo $branchName)"
echo "CURRENT_VERSION=$(echo $branchName)" >> $GITHUB_ENV
- name: SET CURRENT_VERSION branch
if: startsWith(github.ref, 'refs/heads/')
run: |
branchName=$(echo $GITHUB_REF | sed 's/refs\/heads\/release\///')
echo "::set-env name=CURRENT_VERSION::$(echo $branchName)"
echo "CURRENT_VERSION=$(echo $branchName)" >> $GITHUB_ENV
- name: Update local toolchain
run: |
Expand Down

0 comments on commit 38dc446

Please sign in to comment.