Skip to content

Commit

Permalink
Github Actions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wellsb1 committed Oct 9, 2024
1 parent 5b6a6d4 commit 23f9024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Publish to Sonotype and OSSRH
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
# SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
# SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
run: |
echo -e "\n" >> gradle.properties
# echo -e "signingKey=$SIGNING_KEY" >> gradle.properties
Expand Down

0 comments on commit 23f9024

Please sign in to comment.