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 f81b5ea commit fdb8ba5Copy full SHA for fdb8ba5
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
check-latest: true
34
cache: 'npm'
35
- run: npm i -g npm@latest
36
- - uses: JS-DevTools/npm-publish@v2
+ - uses: JS-DevTools/npm-publish@v3
37
with:
38
token: ${{ secrets.NPM_TOKEN }}
39
package: ./package.json
0 commit comments