Skip to content

Commit f911a6a

Browse files
authored
Try skipping npm whoami in gpr publish step
1 parent 80f59ab commit f911a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
with:
4848
node-version: 14
4949
registry-url: https://npm.pkg.github.com/
50-
- run: npm whoami; npm --ignore-scripts publish
50+
- run: npm --ignore-scripts publish
5151
env:
5252
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)