We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abce2a commit fe6f0d3Copy full SHA for fe6f0d3
1 file changed
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
run: git reset --hard && git pull
64
65
- name: Tag
66
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
67
env:
68
GIT_TAG: ${{ steps.extract-version.outputs.VERSION }}
69
GIT_SHA: ${{ steps.commit.outputs.sha }}
0 commit comments