We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959ece4 commit 5cfa64eCopy full SHA for 5cfa64e
.github/workflows/release_publish-canary.yml
@@ -56,7 +56,7 @@ jobs:
56
git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}
57
git config --local user.name ${{ secrets.GH_DEPLOY_NAME }}
58
- name: Publish with script
59
- run: bun release canary -i ${{ github.event.inputs.increment }}
+ run: bun release exec canary --increment=${{ github.event.inputs.increment }}
60
env:
61
FORCE_COLOR: 2
62
CI: true
0 commit comments