File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 56
56
git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}
57
57
git config --local user.name ${{ secrets.GH_DEPLOY_NAME }}
58
58
- 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 }}
60
60
env :
61
61
FORCE_COLOR : 2
62
62
CI : true
Original file line number Diff line number Diff line change 57
57
FORCE_COLOR : 2
58
58
CI : true
59
59
NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
60
+ GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
60
61
- uses : actions/upload-artifact@v4
61
62
with :
62
63
name : tarballs
Original file line number Diff line number Diff line change 89
89
FORCE_COLOR : 2
90
90
CI : true
91
91
NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
92
+ GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
92
93
- name : Publish New Release (Reversion)
93
94
# If we are reversioning
94
95
# Then we increment from the branch with the supplied increment
99
100
FORCE_COLOR : 2
100
101
CI : true
101
102
NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
103
+ GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments