Skip to content

Commit 2cb253c

Browse files
authored
Merge pull request #26 from messente/travis
fix publish workflow
2 parents 06ce5be + bbb8465 commit 2cb253c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ORG_GRADLE_PROJECT_mavenCentralPassword: $
1818
ORG_GRADLE_PROJECT_signingInMemoryKey: $
1919
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: $
20-
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --no-daemon
20+
run: chmod +x ./gradlew && ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --no-daemon
2121

2222
on:
2323
push:

0 commit comments

Comments
 (0)