diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d36afc1..8dbe8f08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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