Skip to content

Commit 6d1505f

Browse files
committed
Remove npm whoami
It won't work because we are using oidc token
1 parent d628b5d commit 6d1505f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

npm/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ git config --local user.email "$RELEASE_GIT_EMAIL"
3838
git commit -a -m "release $RELEASE_VERSION [no ci]"
3939
git tag -m "version $RELEASE_VERSION" v$RELEASE_VERSION
4040
git push origin $(git describe --tags --exact-match)
41-
# npm whoami
4241
npm publish --provenance --access public --tag $RELEASE_NPM_TAG
4342
git push origin $RELEASE_BRANCH
4443
)

0 commit comments

Comments
 (0)