Skip to content

Commit 5cfa64e

Browse files
committed
chore: fix canary chron publishing
1 parent 959ece4 commit 5cfa64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_publish-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}
5757
git config --local user.name ${{ secrets.GH_DEPLOY_NAME }}
5858
- name: Publish with script
59-
run: bun release canary -i ${{ github.event.inputs.increment }}
59+
run: bun release exec canary --increment=${{ github.event.inputs.increment }}
6060
env:
6161
FORCE_COLOR: 2
6262
CI: true

0 commit comments

Comments
 (0)