Skip to content

Commit e2afa5f

Browse files
committed
Remove debugging
1 parent f54a9b1 commit e2afa5f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@ jobs:
3232
git config --global user.name "${{ secrets.GIT_USER_NAME }}"
3333
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
3434
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-
4235
- name: Release
43-
if: ${{ false }}
4436
run: |
4537
mvn -B -Dpassword=${{ secrets.GITHUB_TOKEN }} release:prepare
4638
mvn -B release:perform

0 commit comments

Comments
 (0)