Skip to content

Commit b3fd31a

Browse files
committed
Github Actions testing
1 parent cd4ddbf commit b3fd31a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-gradle-project.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
3131
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
3232
run: |
33-
echo -e "\n" >> gradle.properties
33+
echo -e "\nSTART SECRET VARS" >> gradle.properties
3434
echo -e "signingKey=$SIGNING_KEY" >> gradle.properties
3535
echo -e "signingKeyId=$SIGNING_KEY_ID" >> gradle.properties
3636
echo -e "signingKeyPassword=$SIGNING_PASSWORD" >> gradle.properties
37+
echo -e "//EOF" >> gradle.properties
3738
./gradlew sign
3839
# ./gradlew --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository

0 commit comments

Comments
 (0)