From b28197fe377f6ebabaddad54e16ac6f1508f99ac Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Thu, 24 Oct 2024 21:59:56 -0600 Subject: [PATCH] Fix release action Signed-off-by: Ethan Dye --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbdd4b8..00abffb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,9 @@ jobs: release: name: Release runs-on: "macos-latest" + permissions: + contents: write + steps: - name: Checkout repository uses: actions/checkout@v4