We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab730f1 commit 1f9d606Copy full SHA for 1f9d606
uploadToCentral.sh renamed to .github/actions/tools/uploadToCentral.sh
.github/workflows/main.yml
@@ -384,7 +384,7 @@ jobs:
384
if: github.event_name == 'release'
385
steps:
386
387
- # We need to clone everything again for uploadToMaven.sh ...
+ # We need to clone everything again for uploadToCentral.sh ...
388
- name: Clone the repo
389
uses: actions/checkout@v4
390
with:
@@ -430,7 +430,7 @@ jobs:
430
-PsigningPassword='${{ secrets.SIGNING_PASSWORD }}' \
431
-PuseCommitHashAsVersionName=true \
432
--console=plain --stacktrace
433
- ./uploadToCentral.sh \
+ .github/actions/tools/uploadToCentral.sh \
434
-p '${{ secrets.CENTRAL_PASSWORD }}' \
435
-u '${{ secrets.CENTRAL_USERNAME }}'
436
fi
0 commit comments