Skip to content

Commit

Permalink
fix(workflows): invalid secrets name on release
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Hero <jhdcrux@outlook.com>
  • Loading branch information
jhdcruz authored Jul 30, 2023
1 parent b6aeb59 commit 9d34909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Publish ${{ steps.module.outputs.module_name }} on Sonatype
run: ./gradlew ${{ steps.module.outputs.module_name }}:publishToSonatype closeSonatypeStagingRepository
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}

- name: Get Changelog Entry
id: changelog_reader
Expand Down

0 comments on commit 9d34909

Please sign in to comment.