Skip to content

Commit e2c2571

Browse files
committed
fix: correct publish step to use run instead of uses
1 parent 21b85b6 commit e2c2571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Build
2929
run: uv build
3030
- name: Publish
31-
uses: uv publish
31+
run: uv publish

0 commit comments

Comments
 (0)