Skip to content

Commit 574e7c3

Browse files
Update publish.yml
1 parent 7338586 commit 574e7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

3232
# Runs upload, and then closes & releases the repository
3333
- name: Publish to MavenCentral
34-
run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository --stacktrace
34+
run: ./gradlew universal_adapter:publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository --stacktrace
3535
env:
3636
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3737
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)