Skip to content

Commit

Permalink
Fix version number in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Jun 15, 2022
1 parent 0c638b4 commit 1aaeeae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
RELEASE_VERSION=$(echo "${{ github.ref }}" | sed -e 's@refs/tags/@@')
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
echo "Setting release version to $RELEASE_VERSION"
# Set a dummy default version for CI builds generated on every push or on
Expand Down

0 comments on commit 1aaeeae

Please sign in to comment.