Skip to content

Commit e8b5e17

Browse files
committed
fix action
1 parent 4ac94cd commit e8b5e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Build
2525
run: uv build
2626
- name: Publish
27-
run: uv publish --check-url ${{JFROG_KIRIN_URL}} --username ${{JFROG_USERNAME}} --password ${{JFROG_PASSWORD}}
27+
run: uv publish --check-url ${{secrets.JFROG_KIRIN_URL}} --username ${{secrets.JFROG_USERNAME}} --password ${{secrets.JFROG_PASSWORD}}

0 commit comments

Comments
 (0)