Skip to content

Commit 9aa8f7e

Browse files
committed
Add cd to GitHub publish.
1 parent e3784bf commit 9aa8f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: Publish package to GitHub
5151
env:
5252
NPM_CONFIG_TOKEN: ${{ secrets.NPM_CONFIG_TOKEN }}
53-
run: bun publish --access public --registry https://npm.pkg.github.com --tolerate-republish
53+
run: cd ./packages/cache && bun publish --access public --registry https://npm.pkg.github.com --tolerate-republish

0 commit comments

Comments
 (0)