add release quality gate

This commit is contained in:
Alex Goodman 2020-07-25 07:23:15 -04:00
parent 585569e929
commit f3428e49b8
No known key found for this signature in database
GPG key ID: 86E2870463D5E890

View file

@ -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 }}