Skip to content

Commit

Permalink
Properly include secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Dec 5, 2023
1 parent 3f0104e commit 0fef1f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ jobs:

- name: Publish to Maven Central
run: ./gradlew publish -Pversion=2.4.${{ github.run_number }}
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSPHRASE }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 comments on commit 0fef1f0

Please sign in to comment.