From 4f82c4f9b0444fb7ec87eccb8d3195f55d340768 Mon Sep 17 00:00:00 2001 From: Gilad S Date: Wed, 18 Sep 2024 19:53:21 +0300 Subject: [PATCH] build: fix CI config --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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