Skip to content

Commit 6584c2e

Browse files
committed
[CI/CD] test
1 parent 8f9af24 commit 6584c2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ jobs:
4242
yarn workspaces foreach --all version patch
4343
git push --follow-tags
4444
45+
- name: Set up .npmrc
46+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
47+
48+
- name: Debug .npmrc
49+
run: cat ~/.npmrc
50+
51+
- name: Check NPM Authentication
52+
run: npm whoami
53+
4554
# - name: Publish to npm using yarn workspaces
4655
# if: github.ref == 'refs/heads/main'
4756
# run: yarn workspaces foreach --verbose --all --topological --no-private npm publish --access public

0 commit comments

Comments
 (0)