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 8af5165 commit 2ed7e2fCopy full SHA for 2ed7e2f
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
env:
75
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
76
- name: Publish GitHub release
77
- uses: ncipollo/release-action
+ uses: ncipollo/release-action@v1
78
with:
79
tag: ${{ steps.get_package_version.outputs.package_version }}
80
commit: ${{ github.sha }}
0 commit comments