Skip to content

Commit

Permalink
fix(npm-ci): removed no existing npm config in action
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jan 2, 2024
1 parent 272d27e commit 1491108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:

- name: Config npm
run: |
npm config set always-auth true
npm config set _auth ${{secrets.NPM_PUBLISH_KEY}}
npm config set email ${{secrets.NPM_EMAIL}}
npm config set registry https://registry.npmjs.org/
Expand Down

0 comments on commit 1491108

Please sign in to comment.