Fix release workflow tag creation
This commit is contained in:
parent
57947c1f02
commit
c4b6956617
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue