Skip to content

Commit 7579ea3

Browse files
committed
PGP KEY
1 parent bd9aab9 commit 7579ea3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
run: chmod +x gradlew
2626
- name: Build with Gradle
2727
run: ./gradlew build
28-
- name: Print env
29-
run: echo "User name is ${{ secrets.MAVEN_CENTRAL_USER }}"
3028
- name: Publish with Gradle
3129
run: ./gradlew publish
3230
env:
3331
MAVEN_CENTRAL_USER: ${{ secrets.MAVEN_CENTRAL_USER }}
3432
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
33+
MAVEN_CENTRAL_PGP_KEY: ${{ secrets.MAVEN_CENTRAL_PGP_KEY }}

0 commit comments

Comments
 (0)