Skip to content

Commit 3047b81

Browse files
Set the release version during the publish process
1 parent 848afd1 commit 3047b81

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
@@ -21,7 +21,7 @@ jobs:
2121
enable-cache: true
2222

2323
- name: Set version
24-
run: uv version ${{ github.ref_name }}
24+
run: uv version ${{ github.event.release.name }}
2525

2626
- name: Build package
2727
run: uv build

0 commit comments

Comments
 (0)