From 98f42f814a12ef72f5e83d472a02559b809a4c8f Mon Sep 17 00:00:00 2001 From: joshvanl Date: Wed, 7 May 2025 18:58:54 -0300 Subject: [PATCH] Cleanup release workflow Signed-off-by: joshvanl --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7529d38a..b8a2e5c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,6 @@ jobs: JDK_VER: 11 OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }} OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }} - GPG_KEY: ${{ secrets.GPG_KEY }} - GPG_PWD: ${{ secrets.GPG_PWD }} steps: - uses: actions/checkout@v2 - name: Set up JDK 11 @@ -42,7 +40,7 @@ jobs: uses: gradle/gradle-build-action@v2 - name: Build with Gradle - run: ./gradlew build -x test -PGPG_KEY=$GPG_KEY -PGPG_PWD=$GPG_PWD + run: ./gradlew build -x test - name: Run SpotBugs run: ./gradlew spotbugsMain spotbugsTest