Skip to content

Commit 335ff13

Browse files
committed
Fix auth
1 parent 412645b commit 335ff13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tasks/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ git add .
2020
git commit -m "v$VERSION"
2121
git push origin HEAD:main
2222

23-
yarn config set _authToken $NPM_TOKEN
23+
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> $HOME/.npmrc
2424
yarn publish --non-interactive

0 commit comments

Comments
 (0)