Skip to content

Commit ead08da

Browse files
committed
fix: test release workflow to use GPAT
1 parent b1425ef commit ead08da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
name: ${{ needs.build.outputs.lock-file-artifact }}
123123

124124
- name: Update version and commit/tag/push
125-
run: uv run semantic-release -vv version --no-push
125+
run: uv run semantic-release -vv version
126126

127127
- name: Build artifacts with new version
128128
run: uv build
@@ -139,4 +139,4 @@ jobs:
139139
git push --tags --force
140140
141141
- name: Publish release
142-
run: uv run semantic-release -vv publish # Uploads dist/ to GitHub Release
142+
run: uv run semantic-release -vv publish

0 commit comments

Comments
 (0)