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 c855513 commit 8ffd47dCopy full SHA for 8ffd47d
.github/workflows/publish-npm.yml
@@ -91,7 +91,7 @@ jobs:
91
persist-credentials: false
92
93
- name: Create Release Notes
94
- uses: actions/github-script@v7.0.1
+ uses: actions/github-script@v8.0.0
95
env:
96
TAG_NAME: 'v${{ needs.npm-publish.outputs.new_version }}'
97
with:
0 commit comments