Skip to content

Commit

Permalink
Fix publish key env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Aug 28, 2021
1 parent adfe6ee commit bb90dda
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 @@ -21,8 +21,8 @@ jobs:
- name: Release
uses: eskatos/gradle-command-action@v1
env:
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:
arguments: publishPlugins "-PreleaseVersion=${{ steps.get_version.outputs.version }}"
dependencies-cache-enabled: true
Expand Down

0 comments on commit bb90dda

Please sign in to comment.