diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a424262..c64c64c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,6 +45,8 @@ jobs: name: Build & Publish runs-on: ubuntu-latest needs: release + permissions: + packages: write if: needs.release.outputs.published == 'true' strategy: fail-fast: true