Skip to content

Commit e83a76d

Browse files
authored
chore(ci): use force on npm install for alpha publish (#7716)
1 parent 75aab84 commit e83a76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: npm
2323
cache-dependency-path: '**/package.json'
2424
- run: |
25-
npm install
25+
npm install --force
2626
- name: Version & Publish
2727
env:
2828
GH_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)