Skip to content

Commit 736bcbc

Browse files
test code
1 parent 8d2afd9 commit 736bcbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
server-password: MAVEN_CENTRAL_PASSWORD
3333
gpg-private-key: ${{ env.MAVEN_GPG_PRIVATE_KEY }}
3434
gpg-passphrase: MAVEN_GPG_PASSPHRASE
35-
35+
36+
- name: List GPG secret keys
37+
run: gpg --list-secret-keys --keyid-format LONG
38+
3639
- name: Build
3740
run: mvn -B package --file auto-generated-sdk/pom.xml
3841

0 commit comments

Comments
 (0)