From baebdc89cac3c2f16c498c9d9fb8d1f18669641a Mon Sep 17 00:00:00 2001 From: drew Date: Mon, 28 Jul 2025 21:17:45 +0400 Subject: [PATCH] fix: use another tag manager --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa28ad4dbde36785f304e7310b457b403dd4350d..d9880fcee1d250b187a6ae58a9f5e9c0f4e62385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,9 @@ jobs: - name: Automatic Tagging id: conventional-commits - uses: iM-vG/action-conventional-commits@v4 + uses: webiny/action-conventional-commits@v1.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} - command: "tag" - name: Run GoReleaser if: steps.conventional-commits.outputs.tag