File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
.github/actions/release-notes Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Generate Changelog and Create Release
1414 shell : bash
15- run : |
16- git config --local url.https://${{ inputs.gh_token }}@github.com/.insteadOf https://github.com/
17- git config --local user.email "github-actions[bot]@users.noreply.github.com"
18- git config --local user.name "github-actions[bot]"
19- npx release-it ${{ inputs.version }} --ci --no-increment
15+ run : npx release-it ${{ inputs.version }} --ci --no-increment
2016 env :
2117 GITHUB_TOKEN : ${{ inputs.gh_token }}
22- - name : Push changes
23- uses : ad-m/github-push-action@master
24- with :
25- ssh : true
26- branch : ${{ github.ref }}
Original file line number Diff line number Diff line change 33 "requireCleanWorkingDir" : false ,
44 "commitMessage" : " chore: release v${version}" ,
55 "tagName" : " v${version}" ,
6- "push" : false ,
6+ "push" : true ,
77 "ignoreFiles" : [" eas.json" ]
88 },
99 "github" : {
You can’t perform that action at this time.
0 commit comments