File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,11 @@ jobs:
2727 with :
2828 commit_message : Automated GPTScript Version Update
2929 file_pattern : ' pyproject.toml gptscript/install.py scripts/package'
30- - name : Bump version and push tag
31- id : tag_version
32- uses : mathieudutour/github-tag-action@v6.2
33- with :
34- github_token : ${{ secrets.BOT_GH_TOKEN }}
35- custom_tag : ${{ github.event.client_payload.tag }}
36- tag_prefix : " "
30+ tagging_message : ${{ github.event.client_payload.tag }}
3731 - name : Create a GitHub release
3832 uses : ncipollo/release-action@v1
3933 with :
40- tag : ${{ steps.tag_version.outputs.new_tag }}
41- name : Release ${{ steps.tag_version.outputs.new_tag }}
42- body : ${{ steps.tag_version.outputs.changelog }}
43- prerelease : ${{ contains(github.ref_name , '-rc') }}
34+ tag : ${{ github.event.client_payload.tag }}
35+ name : Release ${{ github.event.client_payload.tag }}
36+ generateReleaseNotes : true
37+ prerelease : ${{ contains(github.event.client_payload.tag , '-rc') }}
You can’t perform that action at this time.
0 commit comments