We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--tolerate-republish
1 parent 9aa8f7e commit 881f2c5Copy full SHA for 881f2c5
.github/workflows/publish-package.yaml
@@ -45,9 +45,9 @@ jobs:
45
- name: Publish package to NPM
46
env:
47
NPM_CONFIG_TOKEN: ${{ secrets.NPM_CONFIG_TOKEN }}
48
- run: cd ./packages/cache && bun publish --access public --tolerate-republish
+ run: cd ./packages/cache && bun publish --tolerate-republish --access public
49
50
- name: Publish package to GitHub
51
52
53
- run: cd ./packages/cache && bun publish --access public --registry https://npm.pkg.github.com --tolerate-republish
+ run: cd ./packages/cache && bun publish --tolerate-republish --access public --registry https://npm.pkg.github.com
0 commit comments