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 cd4ddbf commit b3fd31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
run: |
echo -e "\n" >> gradle.properties
echo -e "\nSTART SECRET VARS" >> gradle.properties
echo -e "signingKey=$SIGNING_KEY" >> gradle.properties
echo -e "signingKeyId=$SIGNING_KEY_ID" >> gradle.properties
echo -e "signingKeyPassword=$SIGNING_PASSWORD" >> gradle.properties
echo -e "//EOF" >> gradle.properties
./gradlew sign
# ./gradlew --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository

0 comments on commit b3fd31a

Please sign in to comment.