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