Skip to content

Commit

Permalink
correct task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Barnhill committed Jul 14, 2023
1 parent ab11551 commit 49b2c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mavencentral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
- name: Build and Upload to the Maven Central Repository
run: ./gradlew publish closeAndReleaseStagingRepository
run: ./gradlew publish closeAndReleaseRepository
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVENCENTRALUSERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVENCENTRALPASSWORD }}
Expand Down

0 comments on commit 49b2c47

Please sign in to comment.