Skip to content

Commit

Permalink
fix: npm force
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 12, 2024
1 parent 7e0adfd commit c7b970c
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:
node-version: 22
registry-url: 'https://registry.npmjs.org'
- run: npm version
- run: npm install
- run: npm install --force
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit c7b970c

Please sign in to comment.