Skip to content

Commit

Permalink
Update bumpversion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwong009 authored Aug 16, 2023
1 parent 3553e26 commit c8d0c42
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 @@ -29,6 +29,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 c8d0c42

Please sign in to comment.