Skip to content

Commit

Permalink
Fix release tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdawson committed Jul 24, 2020
1 parent af85e68 commit 827a813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.APP_VERSION }}
tag_name: v${{ env.APP_VERSION }}
release_name: ${{ env.APP_VERSION }}

- name: Save release upload URL to artifact
Expand Down

0 comments on commit 827a813

Please sign in to comment.