From a89f8225aa8c03dc965ff6e9ea720660661e3c59 Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Mon, 29 Apr 2024 14:37:03 +0800 Subject: [PATCH] ci: fix creating secret key ring file --- .github/workflows/github-packages-publish.yml | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-packages-publish.yml b/.github/workflows/github-packages-publish.yml index fc4cc3c..187ea98 100644 --- a/.github/workflows/github-packages-publish.yml +++ b/.github/workflows/github-packages-publish.yml @@ -33,6 +33,10 @@ jobs: passphrase: ${{ secrets.GPG_PASSPHRASE }} trust_level: 5 + - name: Check PGP Private Key + run: | + gpg --list-secret-keys --keyid-format LONG + - name: Creating PGP Ring Key run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring diff --git a/gradle.properties b/gradle.properties index 536ad80..7720c07 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-3 +buildVersion=1.4.0-test-github-actions-4 projectUrl=https://onixbyte.com/JDevKit projectGithubUrl=https://github.com/OnixByte/JDevKit licenseName=The Apache License, Version 2.0