Skip to content

Commit a89f822

Browse files
committed
ci: fix creating secret key ring file
1 parent 4a89118 commit a89f822

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
passphrase: ${{ secrets.GPG_PASSPHRASE }}
3434
trust_level: 5
3535

36+
- name: Check PGP Private Key
37+
run: |
38+
gpg --list-secret-keys --keyid-format LONG
39+
3640
- name: Creating PGP Ring Key
3741
run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
3842

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ springVersion=6.1.3
2727
springBootVersion=3.2.3
2828

2929
buildGroupId=com.onixbyte
30-
buildVersion=1.4.0-test-github-actions-3
30+
buildVersion=1.4.0-test-github-actions-4
3131
projectUrl=https://onixbyte.com/JDevKit
3232
projectGithubUrl=https://github.com/OnixByte/JDevKit
3333
licenseName=The Apache License, Version 2.0

0 commit comments

Comments
 (0)