Skip to content

Commit fd6b395

Browse files
authored
ci: Release
1 parent c4ef1e3 commit fd6b395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/monthly-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v4
1414
- name: Set Version Variables
15-
run: echo "VERSION=$(date +'%-Y.%-m.%-d')" >> $GITHUB_ENV
15+
run: echo "VERSION=2025.8.4" >> $GITHUB_ENV
1616
- name: Set Release Date
17-
run: echo "RELEASE_DATE=$(date +'%-B %-Y')" >> $GITHUB_ENV
17+
run: echo "RELEASE_DATE='August 2025'" >> $GITHUB_ENV
1818
- name: Update pyproject.toml Version
1919
run: sed -i 's/^version = ".*"/version = "'"$VERSION"'"/' pyproject.toml
2020
- name: Commit and Push Changes

0 commit comments

Comments
 (0)