Skip to content

Commit

Permalink
rm release condition in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Aug 2, 2021
1 parent f6a950f commit 0097329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0097329

Please sign in to comment.