From 60fa6123e734b36b3bf43e874a5f2de5241d2f29 Mon Sep 17 00:00:00 2001 From: Nico Duldhardt Date: Tue, 16 Jan 2024 05:58:32 +0100 Subject: [PATCH] update release workflow. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c5025e..ce61829 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,6 @@ jobs: name: Create Release needs: build runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/v') steps: - name: Check out code uses: actions/checkout@v3