Skip to content

Commit

Permalink
fixup! [wpeview] Use 3rdparty plugin to simplify publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
zhani committed Oct 8, 2024
1 parent 3ed7711 commit ac5009d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build and publish
run: ./gradlew wpeview:publishReleasePublicationToOSSRHRepository
run: ./gradlew wpeview:publishMavenPublicationToMavenCentralRepository
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
Expand Down

0 comments on commit ac5009d

Please sign in to comment.