Skip to content

Commit 7be330e

Browse files
authored
Remove npm whoami check.
1 parent 89cd21a commit 7be330e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- run: npm version ${TAG_NAME} --git-tag-version=false
2525
env:
2626
TAG_NAME: ${{ github.event.release.tag_name }}
27-
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
27+
- run: npm --ignore-scripts publish --provenance --access public

0 commit comments

Comments
 (0)