Skip to content

Commit cd4ddbf

Browse files
committed
Github Actions testing
1 parent 80fc7bb commit cd4ddbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
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-
./gradlew --stacktrace sign
37+
./gradlew sign
3838
# ./gradlew --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository

0 commit comments

Comments
 (0)