diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28e709b..3846d0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,8 +59,8 @@ jobs: GIT_COMMITTER_EMAIL: 113353961+wetransformer@users.noreply.github.com RUNNER_DEBUG: 1 # For Gradle execution - ORG_GRADLE_PROJECT_gradle.publish.key: ${{ secrets.GRADLE_PUBLISH_KEY }} - ORG_GRADLE_PROJECT_gradle.publish.secret: ${{ secrets.GRADLE_PUBLISH_SECRET }} + GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }} + GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }} with: # dry_run: true semantic_version: 21.1.2