Skip to content

Commit 16a59a5

Browse files
Merge pull request #17 from IvanildoBarauna/feat-AutoRelease
feat AutoRelease
2 parents 0ea10cf + e3cd5f0 commit 16a59a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CD.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
- name: Increment version
2727
run: |
2828
poetry version patch # params: patch, minor, major
29-
git commit -am "chore: Incremented version"
30-
git push
3129
git tag $(poetry version -s)
3230
git push origin --tags
3331

0 commit comments

Comments
 (0)