Skip to content

Commit 4b54ac6

Browse files
committed
chore: removes npm config from publish action
1 parent a80ced4 commit 4b54ac6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
with:
4949
node-version-file: .node-version
5050
cache: pnpm
51-
- name: Configure npm
52-
run: |
53-
echo '//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}' >> .npmrc
54-
cat .npmrc
55-
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
# - name: Configure npm
52+
# run: |
53+
# echo '//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}' >> .npmrc
54+
# cat .npmrc
55+
# env:
56+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
- name: Install dependencies
5858
run: pnpm install
5959
- name: Build

0 commit comments

Comments
 (0)