Skip to content

Commit

Permalink
Merge pull request #9 from TehPers/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fix tag name in release pipeline
  • Loading branch information
TehPers authored Nov 8, 2021
2 parents 0ee4e80 + 6f5af11 commit 57313a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: get_version
run: |
TAG_VERSION="${GITHUB_REF/refs\/tags\//}"
echo ::set-output name=version::${OVERRIDE_VERSION:-TAG_VERSION}
echo ::set-output name=version::${OVERRIDE_VERSION:-$TAG_VERSION}
- name: Create release
id: release
uses: actions/create-release@v1
Expand Down

0 comments on commit 57313a5

Please sign in to comment.