Skip to content

Commit

Permalink
Publish Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
renelink committed Aug 9, 2024
1 parent 37f8985 commit 3842b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- name: Build with Gradle Wrapper
run: |
export GPG_SIGNING_KEY=${{ secrets.OSSRH_GPG_SECRET_KEY }}
./gradlew_gpg build
export GPG_SIGNING_KEY="${{ secrets.OSSRH_GPG_SECRET_KEY }}"
./gradlew build

0 comments on commit 3842b10

Please sign in to comment.