From 027e7d13365b72384dfe547967998f486b7251a2 Mon Sep 17 00:00:00 2001 From: florian <60937022+cdr-chakotay@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:57:54 +0100 Subject: [PATCH] Put release workflow in productive mode --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2d5459..36992f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Publish package to Maven Repository - run: ./gradlew publishToSonatype + run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository env: SONATYPE_USER: ${{ secrets.SONATYPE_USER }} SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}