We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3efd9 commit bba5881Copy full SHA for bba5881
1 file changed
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Create tag
98
id: create_tag
99
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
100
with:
101
github-token: ${{ secrets.PUSH_PAT }}
102
script: |
0 commit comments