Skip to content

Commit 93ac8a0

Browse files
committed
fix: fix mixing tags creation
1 parent 3d18b02 commit 93ac8a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bump-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
- name: Run Semantic Release
4242
env:
4343
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
run: semantic-release publish
44+
run: poetry run semantic-release publish
4545

46-
# - name: Push changes
47-
# run: |
48-
# git push --follow-tags
46+
- name: Push changes
47+
run: |
48+
git push --follow-tags
4949
5050
- name: "Determine version bump type"
5151
run: |

0 commit comments

Comments
 (0)