From d8df8f0fe9f7fd3309137e60f5d1b129de880268 Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Mon, 29 Apr 2024 14:24:35 +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 c42000f..8d1e99f 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 +buildVersion=1.4.0-test-github-actions-1 projectUrl=https://onixbyte.com/JDevKit projectGithubUrl=https://github.com/OnixByte/JDevKit licenseName=The Apache License, Version 2.0