Fix npm publish again again (#4195)

* ci typo

* fix

* again

* again

* again
This commit is contained in:
pngwn 2023-05-12 22:23:24 +01:00 committed by GitHub
parent c723f7f2c9
commit 8df714f32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,7 @@ jobs:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: install dependencies