Skip to content

Commit

Permalink
release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t committed Jun 23, 2024
1 parent f1e7da9 commit 3a799c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/start_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,9 @@ jobs:
uses: gradle/actions/setup-gradle@v3 # v3.1.0

- name: Build with Gradle Wrapper
run: ./gradlew -P${BUILD_VERSION} clean build jacocoTestReport
run: ./gradlew -P${BUILD_VERSION} clean build jacocoTestReport signMavenJavaPublication
env:
BUILD_VERSION: ${{ steps.release_version.outputs.BUILD_VERSION }}

- name: Sign artifacts
run: ./gradlew signMavenJavaPublication
env:
GPG_SIGNING_KEY_PASSWORD: ${{ secrets.GPG_SIGNING_KEY_PASSWORD }}
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
Expand Down

0 comments on commit 3a799c2

Please sign in to comment.