Skip to content

Commit

Permalink
Fix double v in version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 26, 2022
1 parent 750cce9 commit 0ee78ef
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 @@ -46,7 +46,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.current.outputs.version }}
release_name: galois v${{ steps.current.outputs.version }}
release_name: galois ${{ steps.current.outputs.version }}
body_path: release_notes.md
draft: true

Expand Down

0 comments on commit 0ee78ef

Please sign in to comment.