Skip to content

Commit 881f2c5

Browse files
committed
Move --tolerate-republish
1 parent 9aa8f7e commit 881f2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- name: Publish package to NPM
4646
env:
4747
NPM_CONFIG_TOKEN: ${{ secrets.NPM_CONFIG_TOKEN }}
48-
run: cd ./packages/cache && bun publish --access public --tolerate-republish
48+
run: cd ./packages/cache && bun publish --tolerate-republish --access public
4949

5050
- name: Publish package to GitHub
5151
env:
5252
NPM_CONFIG_TOKEN: ${{ secrets.NPM_CONFIG_TOKEN }}
53-
run: cd ./packages/cache && bun publish --access public --registry https://npm.pkg.github.com --tolerate-republish
53+
run: cd ./packages/cache && bun publish --tolerate-republish --access public --registry https://npm.pkg.github.com

0 commit comments

Comments
 (0)