Skip to content

Commit 1a7870a

Browse files
committed
Hopefully last update to gh actions
1 parent 9cb3539 commit 1a7870a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --global user.name 'Github Actions'
3434
git config --global user.email '[email protected]'
35-
git commit -am "Release ${{ github.event.release.name }}"
35+
git commit -am "Release ${{ github.event.release.name }}" --allow-empty
3636
git tag -f ${{ github.event.release.tag_name }}
3737
git push origin HEAD:v3.6-dev
3838
git push origin -f --tags

0 commit comments

Comments
 (0)