We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbdc6fb + 7cdafcf commit 6c7a85cCopy full SHA for 6c7a85c
1 file changed
.github/workflows/npm.yml
@@ -32,6 +32,6 @@ jobs:
32
run: |
33
git-chglog --output CHANGELOG.md $GITHUB_REF_NAME
34
- name: Release
35
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
36
with:
37
body_path: CHANGELOG.md
0 commit comments