Skip to content

Commit c32567b

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 85db297 commit c32567b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)