Skip to content

Commit

Permalink
Remove extra v in version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 27, 2022
1 parent 58e0078 commit 0603572
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 @@ -45,7 +45,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.current.outputs.version }}
tag_name: ${{ steps.current.outputs.version }}
release_name: galois ${{ steps.current.outputs.version }}
body_path: release_notes.md
draft: true
Expand Down

0 comments on commit 0603572

Please sign in to comment.