Skip to content

Commit 481641b

Browse files
committed
fix: use trusted-publishing flag
1 parent bd7620c commit 481641b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747

4848
- name: Publish
4949
if: ${{ inputs.new_release_published == 'true' }}
50-
run: uv publish
50+
run: uv publish --trusted-publishing always
5151

0 commit comments

Comments
 (0)