We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a29a5 commit cd1af63Copy full SHA for cd1af63
.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