We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea9edf commit 0669bf7Copy full SHA for 0669bf7
.github/workflows/branch.yml
@@ -42,7 +42,7 @@ jobs:
42
branch: ${{ steps.get_branch.outputs.BRANCH }}
43
44
- name: Commit changes to the minor branch
45
- uses: EndBug/add-and-commit@v8
+ uses: EndBug/add-and-commit@v9
46
with:
47
default_author: user_info
48
message: 'Update patch version'
@@ -71,7 +71,7 @@ jobs:
71
run: make minor; git diff
72
73
- name: Commit changes to main
74
75
76
77
message: 'Update minor version'
0 commit comments