From d7ecb3acd7c14b2d8cbcfce18102fa2865fe57ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96rjan=20Fors?= Date: Sat, 11 May 2024 05:12:09 +0200 Subject: [PATCH] fix: include component in tag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c00b635..20fd256 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: google-github-actions/release-please-action@v4 with: - release-type: go + include-component-in-tag: true