Skip to content

Commit a092099

Browse files
Update npm-publish-github-packages.yml
remove Creating .npmrc
1 parent 518ad6d commit a092099

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ jobs:
3030
with:
3131
version: 9.1.4
3232
run_install: false
33-
34-
- name: Creating .npmrc
35-
run: |
36-
cat << EOF > "$HOME/.npmrc"
37-
//npm.pkg.github.com/:_authToken=$NPM_TOKEN
38-
EOF
39-
env:
40-
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4133

4234
- uses: actions/checkout@v4
4335
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)