From 2797d20bf5cf1d8884c03c6f00c4fdc453117ac8 Mon Sep 17 00:00:00 2001 From: Ben Wallace Date: Tue, 11 Jun 2024 15:14:14 +0200 Subject: [PATCH] add write permissions to macos release build --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd8ac93..0c76d47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,8 @@ jobs: release-macos: runs-on: macos-latest - + permissions: + contents: write steps: - uses: actions/checkout@v4