Skip to content

Commit 8e2a013

Browse files
Merge pull request #17 from IgniteUI/feat/try-oidc-npmjs-again
Comment out NODE_AUTH_TOKEN in npm-publish.yml
2 parents b27e537 + 4691a34 commit 8e2a013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- name: Publish the package
4343
run: npm publish --tag ${NPM_TAG}
4444
working-directory: dist
45-
env:
46-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
45+
# env:
46+
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)