Skip to content

Commit 1f9d606

Browse files
authored
better location for the "uploadToCentral.sh" script (#2536)
1 parent ab730f1 commit 1f9d606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
if: github.event_name == 'release'
385385
steps:
386386

387-
# We need to clone everything again for uploadToMaven.sh ...
387+
# We need to clone everything again for uploadToCentral.sh ...
388388
- name: Clone the repo
389389
uses: actions/checkout@v4
390390
with:
@@ -430,7 +430,7 @@ jobs:
430430
-PsigningPassword='${{ secrets.SIGNING_PASSWORD }}' \
431431
-PuseCommitHashAsVersionName=true \
432432
--console=plain --stacktrace
433-
./uploadToCentral.sh \
433+
.github/actions/tools/uploadToCentral.sh \
434434
-p '${{ secrets.CENTRAL_PASSWORD }}' \
435435
-u '${{ secrets.CENTRAL_USERNAME }}'
436436
fi

0 commit comments

Comments
 (0)