Skip to content

Commit

Permalink
add mvncentral secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Jan 5, 2024
1 parent 9e4ae08 commit b224fa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:

- name: Publish
run: ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

0 comments on commit b224fa4

Please sign in to comment.