From 4a89118b4900c7f809cc9365defb09f9344abc9e Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Mon, 29 Apr 2024 14:30:15 +0800 Subject: [PATCH] ci: fix creating secret key ring file --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9cbf5a5..536ad80 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-2 +buildVersion=1.4.0-test-github-actions-3 projectUrl=https://onixbyte.com/JDevKit projectGithubUrl=https://github.com/OnixByte/JDevKit licenseName=The Apache License, Version 2.0