We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1425ef commit ead08daCopy full SHA for ead08da
.github/workflows/release.yml
@@ -122,7 +122,7 @@ jobs:
122
name: ${{ needs.build.outputs.lock-file-artifact }}
123
124
- name: Update version and commit/tag/push
125
- run: uv run semantic-release -vv version --no-push
+ run: uv run semantic-release -vv version
126
127
- name: Build artifacts with new version
128
run: uv build
@@ -139,4 +139,4 @@ jobs:
139
git push --tags --force
140
141
- name: Publish release
142
- run: uv run semantic-release -vv publish # Uploads dist/ to GitHub Release
+ run: uv run semantic-release -vv publish
0 commit comments