Skip to content

Commit cee3f85

Browse files
committed
fix publishing
1 parent f246bda commit cee3f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Build and publish the project by simply running the command line
4545
- name: Publish the project
46-
run: /gradlew publishToMavenCentral --stacktrace
46+
run: ./gradlew publishToMavenCentral --stacktrace
4747
env:
4848
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
4949
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

0 commit comments

Comments
 (0)