File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919 name : Generate Version
2020 runs-on : ubuntu-latest
2121 outputs :
22- version : ${{ steps.version .outputs.version }}
22+ new_tag : ${{ steps.tag_version .outputs.new_tag }}
2323 steps :
2424 - uses : actions/checkout@v4
2525 with :
2626 fetch-depth : 0
2727
28- - name : Generate Version
29- id : version
28+ - name : Bump version and push tag
29+ id : tag_version
3030 uses :
mathieudutour/[email protected] 3131 with :
3232 github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -117,8 +117,8 @@ jobs:
117117 - name : Create Release
118118 uses : softprops/action-gh-release@v1
119119 with :
120- tag_name : v ${{ needs.version.outputs.version }}
121- name : Release v ${{ needs.version.outputs.version }}
120+ tag_name : ${{ needs.version.outputs.new_tag }}
121+ name : Release ${{ needs.version.outputs.new_tag }}
122122 files : |
123123 popcorn-cli-linux.tar.gz/popcorn-cli-linux.tar.gz
124124 popcorn-cli-windows.zip/popcorn-cli-windows.zip
You can’t perform that action at this time.
0 commit comments