Skip to content

Commit 9aa8f7e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)