Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 84e570e

Browse files
authored
fix: enable semantic-release to create actual releases (#41)
Remove --print flag from semantic-release version command. The flag was causing the workflow to only print the calculated version without actually creating releases, tags, or changelogs.
1 parent f144eaf commit 84e570e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
run: |
52-
uv run semantic-release version --print
52+
uv run semantic-release version
5353
uv run semantic-release publish
5454
5555
- name: Verify version consistency

0 commit comments

Comments
 (0)