Skip to content

Commit

Permalink
ci: fix tag_name in bumpversion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizordec committed Aug 6, 2023
1 parent b9e7276 commit b2e7a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: "body.md"
tag_name: ${{ env.REVISION }}
tag_name: v${{ env.REVISION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b2e7a4e

Please sign in to comment.