We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54a9b1 commit e2afa5fCopy full SHA for e2afa5f
.github/workflows/release.yml
@@ -32,15 +32,7 @@ jobs:
32
git config --global user.name "${{ secrets.GIT_USER_NAME }}"
33
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
34
35
- - name: Debug signing
36
- run: |
37
- gpg --list-keys
38
- mvn clean verify -Prelease
39
- env:
40
- MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
41
-
42
- name: Release
43
- if: ${{ false }}
44
run: |
45
mvn -B -Dpassword=${{ secrets.GITHUB_TOKEN }} release:prepare
46
mvn -B release:perform
0 commit comments