We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a29a5 + cd1af63 commit 7c41d76Copy full SHA for 7c41d76
1 file changed
.github/workflows/publish-packages.yaml
@@ -36,12 +36,12 @@ jobs:
36
run: |
37
npm i pnpm@latest -g
38
39
- - name: Authenticate with Registry
40
- run: |
41
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
42
- npm whoami
43
- env:
44
- NPM_TOKEN: ${{ secrets.NPM }}
+ # - name: Authenticate with Registry
+ # run: |
+ # echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
+ # npm whoami
+ # env:
+ # NPM_TOKEN: ${{ secrets.NPM }}
45
46
- name: Install dependencies
47
run: pnpm install
0 commit comments