Skip to content

Commit e9bd1b5

Browse files
authored
Fix publish task path in GitHub Actions workflow (#69)
1 parent 698e641 commit e9bd1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew testDebugUnitTest
2626

2727
- name: Publish Medusa to MavenCentral
28-
run: ./gradlew :medusalib:publishAndReleaseToMavenCentral --no-configuration-cache
28+
run: ./gradlew :medusa:publishAndReleaseToMavenCentral --no-configuration-cache
2929
env:
3030
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONARTYPE_USERNAME }}
3131
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONARTYPE_PASSWORD }}

0 commit comments

Comments
 (0)