Skip to content

Commit 2a51489

Browse files
committed
ci: fix creating secret key ring file
1 parent d8df8f0 commit 2a51489

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3030
passphrase: ${{ secrets.GPG_PASSPHRASE }}
31+
trust_level: 5
3132

3233
- name: Creating PGP Ring Key
3334
run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring

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-1
30+
buildVersion=1.4.0-test-github-actions-2
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)