Skip to content

Commit

Permalink
fix(ci): fix broken release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrak committed Jun 16, 2020
1 parent bddf273 commit c304902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
release:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
needs: [lint] # Do not release if the linter fails. pr-commitlint is missing because it doesn't run on master.
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit c304902

Please sign in to comment.