From e6109407bbfb2dfb6625dbe845dfbd0a0299c3b5 Mon Sep 17 00:00:00 2001 From: Rob Moran Date: Sat, 10 Feb 2024 09:29:52 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2975fc..38b7746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,8 @@ jobs: needs: build name: Create Release runs-on: ubuntu-latest + permissions: + contents: write if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v3