Skip to content

Commit 87c3d71

Browse files
committed
Debug gpg signing
1 parent 921091a commit 87c3d71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ 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+
3540
- name: Release
41+
if: ${{ false }}
3642
run: |
3743
mvn -B -Dpassword=${{ secrets.GITHUB_TOKEN }} release:prepare
3844
mvn -B release:perform

0 commit comments

Comments
 (0)