Skip to content

Commit

Permalink
ci: only release when lint passes
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Feb 20, 2022
1 parent 9eee2a5 commit 2c14809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: eslint
run: yarn lint
release:
needs:
- eslint
name: Release to npm
runs-on: ubuntu-latest

Expand Down

0 comments on commit 2c14809

Please sign in to comment.