We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fae92 commit 25a68e1Copy full SHA for 25a68e1
.github/workflows/dispatch.yaml
@@ -25,13 +25,6 @@ jobs:
25
with:
26
commit_message: Automated GPTScript Version Update
27
file_pattern: 'package*.json scripts/install-binary.js'
28
- tag-release:
29
- needs: update-gptscript-dep
30
- runs-on: ubuntu-latest
31
- steps:
32
- - uses: actions/checkout@v4
33
- with:
34
- token: ${{ secrets.BOT_GH_TOKEN }}
35
- name: Bump version and push tag
36
id: tag_version
37
uses: mathieudutour/[email protected]
@@ -45,3 +38,4 @@ jobs:
45
38
tag: ${{ steps.tag_version.outputs.new_tag }}
46
39
name: Release ${{ steps.tag_version.outputs.new_tag }}
47
40
body: ${{ steps.tag_version.outputs.changelog }}
41
+ prerelease: ${{ contains(github.ref_name, '-rc') }}
0 commit comments