Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VonAlphaBisZulu committed Jun 9, 2022
1 parent 36746b2 commit 916de08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: stage changed files
run: git add .
- name: commit changed files
run: git commit -m "updated version number"
run: git commit -m "updated version number" --allow-empty
- name: fetch
run: git fetch
- name: push code to main
Expand Down

0 comments on commit 916de08

Please sign in to comment.