Skip to content

Commit 8b91fd5

Browse files
test: remove npm identity step
1 parent bf223f6 commit 8b91fd5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/reusable_release-npm.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
RELEASE_TYPE="$([[ "$(git describe --abbrev=0 --tags)" =~ ^v[0-9]{1,}[\.][0-9]{1,}[\.][0-9]{1,}[-]((beta)|(rc)|(alpha))[\.][0-9]{1,}$ ]] && echo "prerelease" || echo "release")"
4040
echo "releasetype=$RELEASE_TYPE" >> $GITHUB_ENV
4141
42-
- name: "NPM Identity"
43-
run: |
44-
npm whoami
45-
npm config get registry
46-
npm publish --dry-run
47-
4842
- name: "Git Config"
4943
run: |
5044
git config user.name "Github Workflow (on behalf of ${{ github.actor }})"

0 commit comments

Comments
 (0)