From ddb572bddf6d4e7fabcb58f9d36459012a8a6130 Mon Sep 17 00:00:00 2001 From: David Ortner Date: Sun, 10 Mar 2024 14:21:27 +0100 Subject: [PATCH] chore: [#1272] Fixes problem with the release --- .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 455c83c37..ba8ee0ef8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,8 @@ on: permissions: contents: write - pull-requests: read + actions: read + pull-requests: write jobs: check-next-version: