From 397ca931a7f1b384fe601b362f8c8d865da14a31 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 11 Mar 2020 11:52:29 +1100 Subject: [PATCH] chore: remove condition on ci step --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3a0034..a851edf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ jobs: release: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout uses: actions/checkout@v2