We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--tolerate-republish
1 parent 58b96e1 commit e6f400bCopy full SHA for e6f400b
.github/workflows/ci.yml
@@ -549,7 +549,7 @@ jobs:
549
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
550
run: |
551
yarn workspaces foreach -W --no-private \
552
- npm publish --tag ci
+ npm publish --tolerate-republish --tag ci
553
554
- name: Update Website Playground
555
run: curl -X POST "${{ secrets.CLOUDFLARE_PAGES_DEPLOYMENT_HOOK }}"
0 commit comments