We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83095e3 commit a01c87cCopy full SHA for a01c87c
1 file changed
.github/workflows/build.yml
@@ -39,6 +39,7 @@ jobs:
39
java-version: '11'
40
distribution: 'temurin'
41
cache: maven
42
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
43
44
- name: Set Version from Tag
45
if: startsWith(github.ref, 'refs/tags/')
@@ -52,7 +53,6 @@ jobs:
52
53
54
- name: Deploy
55
env:
- gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
56
server_username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
57
server_password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
58
run: mvn -B deploy -DskipTests
0 commit comments