Skip to content

Commit

Permalink
Update sonatype credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
helios66 authored Aug 13, 2024
1 parent 1eadee9 commit e366a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Publish artifact
env:
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_ACTOR_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_ACTOR_PASSWORD }}

# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
# If we split on '/' and take the 3rd value,
Expand Down

0 comments on commit e366a0c

Please sign in to comment.