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 e007269 commit 5b6a6d4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Execute Gradle build
run: ./gradlew build
#
# - name: Publish to Sonotype and OSSRH
# env:
# SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
- name: Publish to Sonotype and OSSRH
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
# SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
# SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
# run: |
# echo -e "\n" >> gradle.properties
run: |
echo -e "\n" >> gradle.properties
# echo -e "signingKey=$SIGNING_KEY" >> gradle.properties
# echo -e "signingKeyId=$SIGNING_KEY_ID" >> gradle.properties
# echo -e "signingKeyPassword=$SIGNING_PASSWORD" >> gradle.properties
Expand Down

0 comments on commit 5b6a6d4

Please sign in to comment.