Skip to content

Commit 61226ad

Browse files
authored
ci: Fix version bump command in release workflow
1 parent 73736a7 commit 61226ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: "! steps.check-version.outputs.tag"
3939
run: |
4040
next=$(uv run bump-my-version show new_version --increment patch)
41-
uv run bump-my-version bump --new-version "${next}.dev.$(date +%s)"
41+
uv run bump-my-version bump --new-version "${next}.dev$(date +%s)"
4242
4343
- name: Build package
4444
run: |

0 commit comments

Comments
 (0)