Skip to content

Commit

Permalink
chore: use npm install --force
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 10, 2024
1 parent 58c41c9 commit 189f75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
registry-url: https://registry.npmjs.org
if: ${{ steps.release.outputs.release_created }}
- run: |
npm install
npm install --force
npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 189f75c

Please sign in to comment.