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 46407eb commit 4bb12b5Copy full SHA for 4bb12b5
.github/workflows/publish_release.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Create tag
65
id: create_tag
66
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
67
with:
68
github-token: ${{ secrets.PUSH_PAT }}
69
script: |
0 commit comments