Skip to content

Commit 8fb5b89

Browse files
chore: remove npm identity
1 parent cfafc21 commit 8fb5b89

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/reusable_release-npm.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
run: |
3838
RELEASE_TYPE="$([[ "$(git describe --abbrev=0 --tags)" =~ ^[0-9]{1,}[\.][0-9]{1,}[\.][0-9]{1,}[-]((beta)|(rc)|(alpha))[\.][0-9]{1,}$ ]] && echo "prerelease" || echo "release")"
3939
echo "releasetype=$RELEASE_TYPE" >> $GITHUB_ENV
40-
41-
- name: "NPM Identity"
42-
run: |
43-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
44-
npm whoami
4540
4641
- name: "Git Config"
4742
run: |

0 commit comments

Comments
 (0)