File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 44 inputs :
55 bump_type :
66 description : ' Bump type'
7- required : true
8- default : ' patch'
7+ required : false
98 type : choice
109 options :
1110 - patch
1211 - minor
1312 - major
1413 prerelease_type :
1514 description : ' Prerelease'
16- required : true
17- default : ' beta'
15+ required : false
1816 type : choice
1917 options :
2018 - beta
5351 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
5452
5553 - name : Run release
56- run : npm run release -- --ci --increment=pre ${{ github.event.inputs.bump_type }} --preReleaseId=${{ github.event.inputs.prerelease_type }} --npm.tag =${{ github.event.inputs.prerelease_type }} --github.preRelease --preReleaseBase=1
54+ run : npm run release -- ${{ github.event.inputs.bump_type }} --ci --preRelease =${{ github.event.inputs.prerelease_type }}
5755 env :
5856 GITHUB_TOKEN : ${{ secrets.PAT_TOKEN }}
5957 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments