We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ce5be + bbb8465 commit 2cb253cCopy full SHA for 2cb253c
1 file changed
.github/workflows/maven.yml
@@ -17,7 +17,7 @@ jobs:
17
ORG_GRADLE_PROJECT_mavenCentralPassword: $
18
ORG_GRADLE_PROJECT_signingInMemoryKey: $
19
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: $
20
- run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --no-daemon
+ run: chmod +x ./gradlew && ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --no-daemon
21
22
on:
23
push:
0 commit comments