File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,18 +35,14 @@ jobs:
3535 curl -fsSL https://dprint.dev/install.sh | sh
3636 /home/runner/.dprint/bin/dprint fmt CHANGELOG.md
3737
38- - name : Add & Commit
38+ - name : Add, Commit & Push
3939 id : make-commit
40- uses : EndBug/add-and-commit@v7.4 .0
40+ uses : EndBug/add-and-commit@v9.0 .0
4141 with :
42- message : Prepare release ${{ github.event.inputs.version }}
43- branch : release/${{ github.event.inputs.version }}
4442 default_author : github_actions
45- pull : ' NO-PULL'
46- push : false
47-
48- - name : Push new branch
49- run : git push origin release/${{ github.event.inputs.version }} --force
43+ message : Prepare release ${{ github.event.inputs.version }}
44+ new_branch : release/${{ github.event.inputs.version }}
45+ push : origin release/${{ github.event.inputs.version }} --set-upstream --force
5046
5147 - name : Create pull request
5248 uses : thomaseizinger/create-pull-request@1.2.2
You can’t perform that action at this time.
0 commit comments