Skip to content

Commit

Permalink
Fix failed build dapriett#3
Browse files Browse the repository at this point in the history
  • Loading branch information
zxanders committed Nov 1, 2022
1 parent e8de25f commit fa38e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm login
- run: npm cache clean --force && npm login
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_SECRET}}
- run: npm run build
Expand Down

0 comments on commit fa38e7d

Please sign in to comment.