From 380369f8218eab71b8c678d2d7960ec50e0929fa Mon Sep 17 00:00:00 2001 From: Jagoba Date: Mon, 1 Nov 2021 19:18:08 +0100 Subject: [PATCH] ci: fix release pipeline --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33fb2a5..e87ba98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,6 @@ jobs: run: make test - name: Release - if: github.ref == 'refs/heads/main' uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}"