Skip to content

Commit aa78969

Browse files
committed
Add more parameters to action
1 parent a12bc83 commit aa78969

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646

4747
- name: Commit new version
4848
uses: EndBug/add-and-commit@v9
49+
with:
50+
message: "Bump to new version ${{ github.ref_name }}"
51+
push: origin master --force
52+
default_author: github_actions
4953

5054
- name: Publish distribution to PyPI
5155
run: |

0 commit comments

Comments
 (0)