From c22ce099e7d88178a302603fe9f82a62e12d0d5d Mon Sep 17 00:00:00 2001 From: dsotirakis Date: Mon, 2 Dec 2024 15:01:18 +0200 Subject: [PATCH] Use type=sha --- 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 d648a4e11..a8454c63b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -54,7 +54,7 @@ "include-v-in-tag": true, "packages": { "actions/test-action": { - "type": "generic-error", + "type": "sha", "package-name": "test-action", "extra-files": ["README.md"] }