We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc0614 commit 08e4f18Copy full SHA for 08e4f18
1 file changed
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Create tag
93
id: create_tag
94
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
95
with:
96
github-token: ${{ secrets.PUSH_PAT }}
97
script: |
0 commit comments