diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63c74c8..4aa9a0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -298,6 +298,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') && needs.preflight.outputs.should_publish == 'true' permissions: contents: write + packages: write # Required for pushing to GHCR steps: - uses: actions/checkout@v4