We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1820a0 commit 7a029c7Copy full SHA for 7a029c7
1 file changed
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
run: git reset --hard && git pull
62
63
- name: Tag
64
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
65
env:
66
GIT_TAG: ${{ steps.extract-version.outputs.VERSION }}
67
GIT_SHA: ${{ steps.commit.outputs.sha }}
0 commit comments