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