Skip to content

Commit

Permalink
ci: fix publish script name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmewes committed May 15, 2023
1 parent 1688a77 commit 47f2173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: ./ci_publish.sh -s
run: ./ci_publish_java.sh -s

0 comments on commit 47f2173

Please sign in to comment.