From a1a1f08e1e3ec1e9cbc82e2a7cf0452c5a97211a Mon Sep 17 00:00:00 2001 From: lotyp Date: Sat, 18 May 2024 18:09:50 +0300 Subject: [PATCH] ci: fix release package name --- .github/.release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.release-please-config.json b/.github/.release-please-config.json index 21d9f83..63db40e 100644 --- a/.github/.release-please-config.json +++ b/.github/.release-please-config.json @@ -2,7 +2,7 @@ "release-type": "php", "packages": { ".": { - "package-name": "laravel-package-tpl", + "package-name": "php-cs-fixer-config", "changelog-path": "/CHANGELOG.md" } },