We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf58c4 commit 675cbecCopy full SHA for 675cbec
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: changesets/action@v1
48
if: steps.build.outcome == 'success'
49
with:
50
- publish: bun publish
+ publish: bun run publish
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments