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 2f21306 commit 88dfaf4Copy full SHA for 88dfaf4
.github/workflows/release.yml
@@ -47,6 +47,7 @@ jobs:
47
run: |
48
git config --global user.email "[email protected]"
49
git config --global user.name "nkmr-jp"
50
+ npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
51
npm run sync-version
52
npm publish --access=public
53
git push
.npmrc
0 commit comments