diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2c2e151..3a255d08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: with: path: public pages-deploy: - needs: build + needs: pages-build permissions: pages: write id-token: write diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja index 04f48563..ed08e6c2 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja @@ -48,7 +48,7 @@ jobs: with: path: public pages-deploy: - needs: build + needs: pages-build permissions: pages: write id-token: write