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 false
release: release:
# needs: [ wait-for-checks ] needs: [ wait-for-checks ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -91,7 +91,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
run: make ci-bootstrap run: make ci-bootstrap
- name: Build snapshot artifacts - name: Build & publish release artifacts
run: make release run: make release
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}