Skip to content

Commit 0ff2253

Browse files
committed
[CI/CD]
1 parent e9ebccd commit 0ff2253

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
yarn workspaces foreach --all version patch
4343
git push --follow-tags
4444
45-
- name: Create .npmrc file
46-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
45+
# - name: Create .npmrc file
46+
# run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
4747

48-
- name: Check .npmrc
49-
run: cat ~/.npmrc
48+
# - name: Check .npmrc
49+
# run: cat ~/.npmrc
5050

5151
- name: Setup .yarnrc.yml for authentication
52-
run: echo "npmAuthToken:${{ secrets.NPM_TOKEN }}" > .yarnrc.yml
52+
run: echo 'npmAuthToken:" ${{ secrets.NPM_TOKEN }}"' > .yarnrc.yml
5353

5454
- name: Publish to npm using yarn workspaces
5555
if: github.ref == 'refs/heads/main'

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodeLinker: pnp
1+
nodeLinker: pnp

0 commit comments

Comments
 (0)