From 2a514890739d0986f3284789e8953b025b949637 Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Mon, 29 Apr 2024 14:26:52 +0800 Subject: [PATCH] ci: fix creating secret key ring file --- .github/workflows/github-packages-publish.yml | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-packages-publish.yml b/.github/workflows/github-packages-publish.yml index 027d620..cbdc065 100644 --- a/.github/workflows/github-packages-publish.yml +++ b/.github/workflows/github-packages-publish.yml @@ -28,6 +28,7 @@ jobs: with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} + trust_level: 5 - name: Creating PGP Ring Key run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring diff --git a/gradle.properties b/gradle.properties index 8d1e99f..9cbf5a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ springVersion=6.1.3 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