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 081ce3d commit 2e269f5Copy full SHA for 2e269f5
.github/workflows/bump-version.yml
@@ -61,6 +61,7 @@ jobs:
61
run: |
62
git add pyproject.toml
63
git commit -m "Update version to $(poetry version -s)"
64
- git push origin HEAD:${{ github.event.pull_request.head.ref }}
+ git pull --ff-only origin main
65
+ git push origin main --follow-tags
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments