Skip to content

Commit 8521ccc

Browse files
committed
ci: Remove Git tag creation step
1 parent ced0e5c commit 8521ccc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/monthly-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
git add pyproject.toml
2525
git commit -am "chore: Bump version to $VERSION"
2626
git push
27-
- name: Create Git Tag
28-
run: |
29-
git tag v$VERSION
30-
git push origin $VERSION
3127
- name: Create GitHub Release
3228
uses: softprops/action-gh-release@v2
3329
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pymanuf"
3-
version = "2025.2.10"
3+
version = "2025.2.9"
44
authors = [
55
{ name="Krypton", email="root@krypton.ninja" },
66
]

0 commit comments

Comments
 (0)