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 84df1d5 commit f2b4cebCopy full SHA for f2b4ceb
.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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
95
env:
96
TAG_NAME: 'v${{ needs.npm-publish.outputs.new_version }}'
97
with:
0 commit comments