We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm whoami
1 parent 80f59ab commit f911a6aCopy full SHA for f911a6a
1 file changed
.github/workflows/publish.yml
@@ -47,6 +47,6 @@ jobs:
47
with:
48
node-version: 14
49
registry-url: https://npm.pkg.github.com/
50
- - run: npm whoami; npm --ignore-scripts publish
+ - run: npm --ignore-scripts publish
51
env:
52
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments