Skip to content

Commit

Permalink
fix: fix version number in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Jun 29, 2021
1 parent c84b1c4 commit f5321b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: ${{ steps.gitversion.outputs.PreReleaseTagWithDash == '' }}
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.gitversion.outputs.FullSemVer }}
tag: v${{ steps.gitversion.outputs.FullSemVer }}

- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit f5321b8

Please sign in to comment.