Skip to content

Commit ef2d055

Browse files
authored
chore: update add&commit dep (#13)
1 parent 66c7f95 commit ef2d055

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/draft-new-release.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)