fix: remove if in the release action

drew created

Change summary

.github/workflows/release.yml | 1 -
1 file changed, 1 deletion(-)

Detailed changes

.github/workflows/release.yml 🔗

@@ -33,7 +33,6 @@ jobs:
           github-token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Run GoReleaser
-        if: steps.conventional-commits.outputs.tag
         uses: goreleaser/goreleaser-action@v5
         with:
           # GoReleaser will automatically use the latest version.