Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs authored Jul 17, 2024
1 parent 58eca44 commit b28f48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
tag_name: release-${{ github.ref_name }}
release_name: Release for ${{ github.ref_name }}
draft: false
prerelease: false
Expand Down

0 comments on commit b28f48c

Please sign in to comment.