Skip to content

Commit

Permalink
Attempt to fix "npm ERR! code E404" on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Mar 9, 2021
1 parent 78bdf2e commit 7cb2a17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: node scripts/publish-to-npm.js
env:
Expand Down

0 comments on commit 7cb2a17

Please sign in to comment.