Skip to content

Commit 2e269f5

Browse files
committed
chore: bump version
1 parent 081ce3d commit 2e269f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: |
6262
git add pyproject.toml
6363
git commit -m "Update version to $(poetry version -s)"
64-
git push origin HEAD:${{ github.event.pull_request.head.ref }}
64+
git pull --ff-only origin main
65+
git push origin main --follow-tags
6566
env:
6667
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)