Skip to content

Commit 1afe270

Browse files
Merge pull request #14 from DiogoRibeiro7/feat/first_commit
chore: bump version
2 parents 4642894 + 2e269f5 commit 1afe270

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)