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