Skip to content

Commit

Permalink
Switch to correct secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov authored Nov 21, 2024
1 parent 3110009 commit efe735d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
git push --tags
env:
VERSION: ${{ inputs.version }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
OSSRH_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ inputs.version }}
run: |
gh release create "$VERSION" --generate-notes
gh release create "$VERSION" --generate-notes

0 comments on commit efe735d

Please sign in to comment.