There was an error while loading. Please reload this page.
1 parent 698e641 commit e9bd1b5Copy full SHA for e9bd1b5
1 file changed
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
run: ./gradlew testDebugUnitTest
26
27
- name: Publish Medusa to MavenCentral
28
- run: ./gradlew :medusalib:publishAndReleaseToMavenCentral --no-configuration-cache
+ run: ./gradlew :medusa:publishAndReleaseToMavenCentral --no-configuration-cache
29
env:
30
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONARTYPE_USERNAME }}
31
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONARTYPE_PASSWORD }}
0 commit comments