Skip to content

Commit

Permalink
build: Add 'v' prefix to gh release names
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Jan 21, 2024
1 parent 6d8b7ff commit e65ce10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: "body.md"
tag_name: ${{ env.REVISION }}
tag_name: v${{ env.REVISION }}
skipIfReleaseExists: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e65ce10

Please sign in to comment.