From 9bb448250e5ef31562cce3cffc36e1981fab91fa Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Thu, 7 Mar 2024 11:14:24 -0600 Subject: [PATCH] ci: fixing copy pasta in release-please-config --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index bf78bf59..cf8e095a 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,7 +8,7 @@ "include-v-in-tag": false, "include-component-in-tag": false, "extra-files": [ - "src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj" + "gradle.properties" ] } }