We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412645b commit 335ff13Copy full SHA for 335ff13
ci/tasks/release.sh
@@ -20,5 +20,5 @@ git add .
20
git commit -m "v$VERSION"
21
git push origin HEAD:main
22
23
-yarn config set _authToken $NPM_TOKEN
+echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> $HOME/.npmrc
24
yarn publish --non-interactive
0 commit comments