Skip to content

Commit 47f2173

Browse files
committed
ci: fix publish script name
1 parent 1688a77 commit 47f2173

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
@@ -38,4 +38,4 @@ jobs:
3838
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
3939
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
4040
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
41-
run: ./ci_publish.sh -s
41+
run: ./ci_publish_java.sh -s

0 commit comments

Comments
 (0)