We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f246bda commit cee3f85Copy full SHA for cee3f85
.github/workflows/publish.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
# Build and publish the project by simply running the command line
45
- name: Publish the project
46
- run: /gradlew publishToMavenCentral --stacktrace
+ run: ./gradlew publishToMavenCentral --stacktrace
47
env:
48
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
49
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
0 commit comments