Skip to content

Commit

Permalink
Use environment variable names without dots
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Oct 15, 2020
1 parent 25ad8f6 commit ca46f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Publish plugin
uses: eskatos/[email protected]
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

Expand Down

0 comments on commit ca46f2a

Please sign in to comment.