From cc42b4f2bc8112b249bcf1a596989618ee80ca0d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Mar 2025 02:04:54 +0000 Subject: [PATCH] fix(ci/build): add missing permission to release job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a600fe..aafdd5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: if: needs.release-please.outputs.release_created permissions: contents: write + packages: write steps: - uses: actions/checkout@v4 with: