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 4a89118 commit a89f822Copy full SHA for a89f822
.github/workflows/github-packages-publish.yml
@@ -33,6 +33,10 @@ jobs:
33
passphrase: ${{ secrets.GPG_PASSPHRASE }}
34
trust_level: 5
35
36
+ - name: Check PGP Private Key
37
+ run: |
38
+ gpg --list-secret-keys --keyid-format LONG
39
+
40
- name: Creating PGP Ring Key
41
run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
42
gradle.properties
@@ -27,7 +27,7 @@ springVersion=6.1.3
27
springBootVersion=3.2.3
28
29
buildGroupId=com.onixbyte
30
-buildVersion=1.4.0-test-github-actions-3
+buildVersion=1.4.0-test-github-actions-4
31
projectUrl=https://onixbyte.com/JDevKit
32
projectGithubUrl=https://github.com/OnixByte/JDevKit
licenseName=The Apache License, Version 2.0
0 commit comments