We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 946073a + 8b3b11c commit d14a9a6Copy full SHA for d14a9a6
1 file changed
.github/workflows/npm-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39
40
- name: Comment success
41
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
42
with:
43
script: |
44
const fs = require('fs');
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Comment failure
58
if: failure()
59
60
61
62
github.rest.issues.createComment({
0 commit comments