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