We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ce5be commit bbb8465Copy full SHA for bbb8465
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