Skip to content

Commit

Permalink
PGP KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Jun 5, 2021
1 parent bd9aab9 commit 7579ea3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Print env
run: echo "User name is ${{ secrets.MAVEN_CENTRAL_USER }}"
- name: Publish with Gradle
run: ./gradlew publish
env:
MAVEN_CENTRAL_USER: ${{ secrets.MAVEN_CENTRAL_USER }}
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
MAVEN_CENTRAL_PGP_KEY: ${{ secrets.MAVEN_CENTRAL_PGP_KEY }}

0 comments on commit 7579ea3

Please sign in to comment.