File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 bump :
7- description : ' Bump'
7+ description : ' Bump Type '
88 required : true
99 type : choice
1010 options :
1717 type : boolean
1818 required : false
1919 dry-run :
20- description : ' Dry-run '
20+ description : ' Dry Run '
2121 type : boolean
2222 required : false
2323
2424run-name : >-
2525 Release
2626 ${{ inputs.bump && format('[🚀 {0}]', inputs.bump) || format('') }}
2727 ${{ inputs.prerelease && format('[🧪 Prerelease]') || format('') }}
28- ${{ inputs.dry-run && format('[🚫 Dry- Run]') || format('') }}
28+ ${{ inputs.dry-run && format('[🚫 Dry Run]') || format('') }}
2929
3030permissions :
3131 contents : write
32+ packages : read
3233
3334concurrency : release
3435
5455 with :
5556 token : ${{ secrets.GITHUB_TOKEN }}
5657
57- - name : Build
58- run : pnpm build
59-
6058 - name : Git config
6159 run : |
6260 git config user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments