Skip to content

Commit e6f400b

Browse files
committed
Use --tolerate-republish flag on publishing
1 parent 58b96e1 commit e6f400b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ jobs:
549549
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
550550
run: |
551551
yarn workspaces foreach -W --no-private \
552-
npm publish --tag ci
552+
npm publish --tolerate-republish --tag ci
553553
554554
- name: Update Website Playground
555555
run: curl -X POST "${{ secrets.CLOUDFLARE_PAGES_DEPLOYMENT_HOOK }}"

0 commit comments

Comments
 (0)