We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96b196 commit 72d225cCopy full SHA for 72d225c
1 file changed
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
if: github.ref == 'refs/heads/main'
47
run: |
48
# 1. Run the versioning logic
49
- uv run semantic-release -vv version
+ uv run semantic-release version
50
51
# 2. Extract version info for subsequent steps
52
echo "tag=$(uv run semantic-release version --print-tag)" >> $GITHUB_OUTPUT
0 commit comments