Skip to content

Commit

Permalink
Fix release workflow tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 20, 2024
1 parent 57947c1 commit c4b6956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
git config user.email github-actions@github.com
- run: git commit -am "Release ${{ inputs.tag }}"
- run: git push
- run: git tag -a ${{ inputs.tag }} -m "Release ${{ inputs.tag }}"
- run: git push --tags
- run: gh release create ${{ inputs.tag }} --generate-notes
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit c4b6956

Please sign in to comment.