fix: use another tag manager

drew created

Change summary

.github/workflows/release.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

.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