We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66c333 commit cb4d14cCopy full SHA for cb4d14c
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@v8
+ uses: actions/github-script@v9
100
with:
101
github-token: ${{ secrets.PUSH_PAT }}
102
script: |
0 commit comments