From e0eddadc3bf4b1883b971555773fc891271c2265 Mon Sep 17 00:00:00 2001 From: David Ortner Date: Sun, 10 Mar 2024 14:37:43 +0100 Subject: [PATCH] chore: [#1272] Fixes problem with the release --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba8ee0ef8..3d8d9dccf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,11 +4,6 @@ on: pull_request: types: [closed] -permissions: - contents: write - actions: read - pull-requests: write - jobs: check-next-version: runs-on: ubuntu-latest