From e0e8a33825b4ee60f6e8b3663c692931e997132f Mon Sep 17 00:00:00 2001 From: Mitchell Phillips Date: Tue, 18 Jul 2023 14:05:16 -0500 Subject: [PATCH] ci: update release permissions Signed-off-by: Mitchell Phillips --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bc407c0..665b31d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + packages: write steps: - name: Checkout uses: actions/checkout@v3