We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm whoami
1 parent 89cd21a commit 7be330eCopy full SHA for 7be330e
1 file changed
.github/workflows/publish.yml
@@ -24,4 +24,4 @@ jobs:
24
- run: npm version ${TAG_NAME} --git-tag-version=false
25
env:
26
TAG_NAME: ${{ github.event.release.tag_name }}
27
- - run: npm whoami; npm --ignore-scripts publish --provenance --access public
+ - run: npm --ignore-scripts publish --provenance --access public
0 commit comments