Skip to content

Commit 0cf4305

Browse files
authored
fix: release version bump (#871)
1 parent 8cb62f7 commit 0cf4305

File tree

3 files changed

+2
-219
lines changed

3 files changed

+2
-219
lines changed

.github/scripts/pre_release.py

Lines changed: 0 additions & 108 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pre-release Version Bump
1+
name: Release Version Bump
22

33
on:
44
pull_request:
@@ -48,7 +48,7 @@ jobs:
4848
id: version_update
4949
run: |
5050
# Update the version
51-
python .github/scripts/pre_release.py main ${{ env.CURRENT_VERSION }}
51+
python .github/scripts/release.py main ${{ env.CURRENT_VERSION }}
5252
uv lock
5353
5454
# Get the new version

.github/workflows/release.yaml.disabled

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)