Skip to content

Commit 7c41d76

Browse files
authored
Merge pull request #172 from codelitdev/publishing-correction
Removed npm login step
2 parents 09a29a5 + cd1af63 commit 7c41d76

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish-packages.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
run: |
3737
npm i pnpm@latest -g
3838
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 }}
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 }}
4545

4646
- name: Install dependencies
4747
run: pnpm install

0 commit comments

Comments
 (0)