From 0097329bf8a1b3c3e955ca324162f885a6e55b5d Mon Sep 17 00:00:00 2001 From: Chance Strickland Date: Mon, 2 Aug 2021 11:39:46 -0700 Subject: [PATCH] rm release condition in CI workflow --- .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 0dca998c2..5c3ec6a6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - if: ${{ startsWith(github.ref, 'refs/tags/v') && github.repository == 'reach/reach-ui' && github.event_name == 'release' }} + if: ${{ startsWith(github.ref, 'refs/tags/v') && github.repository == 'reach/reach-ui' }} steps: - name: Checkout