File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,11 @@ jobs:
27
27
with :
28
28
commit_message : Automated GPTScript Version Update
29
29
file_pattern : ' pyproject.toml gptscript/install.py scripts/package'
30
- - name : Bump version and push tag
31
- id : tag_version
32
- uses :
mathieudutour/[email protected]
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 }}
37
31
- name : Create a GitHub release
38
32
uses : ncipollo/release-action@v1
39
33
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