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 87ca869 commit 4d46e78Copy full SHA for 4d46e78
.github/workflows/publish-npm.yml
@@ -88,7 +88,7 @@ jobs:
88
persist-credentials: false
89
90
- name: Create Release Notes
91
- uses: actions/github-script@v7.0.1
+ uses: actions/github-script@v8.0.0
92
env:
93
TAG_NAME: 'v${{ needs.npm-publish.outputs.new_version }}'
94
with:
0 commit comments