From c304902d15b6c894db9d9f3d30c74e03cc99f38d Mon Sep 17 00:00:00 2001 From: Adrien Coffre Date: Tue, 16 Jun 2020 14:42:39 +0200 Subject: [PATCH] fix(ci): fix broken release action --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba918f38..7a365208 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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