Skip to content

Commit

Permalink
Added publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
renelink committed Aug 9, 2024
1 parent 366bc91 commit 036d96d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
- name: Build with Gradle Wrapper
run: |
export GPG_KEY_FINGERPRINT=${{ secrets.OSSRH_GPG_FINGERPRINT }}
export GPG_SIGNING_PASSPHRASE=${{ secrets.OSSRH_GPG_SIGNING_PASSPHRASE }}
./gradlew_gpg ${{ secrets.OSSRH_GPG_FINGERPRINT }} build

0 comments on commit 036d96d

Please sign in to comment.