diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2b0ccc9..3eb5d19a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -291,6 +291,8 @@ jobs: name: Resolve next release if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta') runs-on: ubuntu-latest + needs: + - build permissions: pages: read id-token: write