Skip to content

Commit

Permalink
chore(ci): use force on npm install for alpha publish (#7716)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Oct 14, 2024
1 parent 75aab84 commit e83a76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: npm
cache-dependency-path: '**/package.json'
- run: |
npm install
npm install --force
- name: Version & Publish
env:
GH_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
Expand Down

0 comments on commit e83a76d

Please sign in to comment.