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 d8df8f0 commit 2a51489Copy full SHA for 2a51489
.github/workflows/github-packages-publish.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
30
passphrase: ${{ secrets.GPG_PASSPHRASE }}
31
+ trust_level: 5
32
33
- name: Creating PGP Ring Key
34
run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
gradle.properties
@@ -27,7 +27,7 @@ springVersion=6.1.3
27
springBootVersion=3.2.3
buildGroupId=com.onixbyte
-buildVersion=1.4.0-test-github-actions-1
+buildVersion=1.4.0-test-github-actions-2
projectUrl=https://onixbyte.com/JDevKit
projectGithubUrl=https://github.com/OnixByte/JDevKit
licenseName=The Apache License, Version 2.0
0 commit comments