From f3428e49b85bc8471fa0d3954c524e2feca27a3a Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sat, 25 Jul 2020 07:23:15 -0400 Subject: [PATCH] add release quality gate --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0d69a1a7e..05f790fcf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: false release: -# needs: [ wait-for-checks ] + needs: [ wait-for-checks ] runs-on: ubuntu-latest steps: @@ -91,7 +91,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: make ci-bootstrap - - name: Build snapshot artifacts + - name: Build & publish release artifacts run: make release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}