Skip to content

Commit

Permalink
add credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Sep 20, 2021
1 parent b497249 commit 64b176d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
- name: Publish Plugins
run: ./gradlew publishPlugins -Pversion=${GITHUB_REF:10} --no-daemon
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
GRADLE_OPTS: -Xmx1024m

0 comments on commit 64b176d

Please sign in to comment.