Skip to content

Commit b2512cb

Browse files
Merge pull request #10 from DiogoRibeiro7/feat/first_commit
chore: bump version
2 parents b3d285c + 8eba7d8 commit b2512cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
run: poetry run semantic-release publish
4545

46-
- name: Push changes
46+
- name: Push version bump commit and tags
4747
run: |
48-
git push --follow-tags
48+
git pull --ff-only origin main
49+
git push origin main --follow-tags
4950
5051
- name: "Determine version bump type"
5152
run: |

0 commit comments

Comments
 (0)