Skip to content

Commit 5da98ef

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 39a0b62 commit 5da98ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ jobs:
9393
- name: Release jars
9494
run: |
9595
echo "Releasing version:" && ./gradlew printVersion clean
96-
./gradlew -PsigningKey=$(echo $SIGNING_KEY | base64 -d) publish
97-
./gradlew closeAndReleaseRepository
96+
./gradlew -PsigningKey=$(echo $SIGNING_KEY | base64 -d) publishToMavenLocal
9897
env:
9998
JVM_OPTS: -Xmx1g
10099
TERM: dumb

0 commit comments

Comments
 (0)