From 23275cf3ccfc74d5dfea6ce352e86060b1628fc2 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Tue, 27 Jan 2026 20:16:17 +0100 Subject: [PATCH 1/2] Update Release workflow and dependencies --- .github/workflows/Release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 106730e..6b0ac32 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -21,8 +21,8 @@ concurrency: cancel-in-progress: true permissions: - contents: write - pull-requests: write + contents: write # Required to create releases + pull-requests: write # Required to create comments on the PRs jobs: Release: @@ -35,5 +35,3 @@ jobs: - name: Release uses: ./ - with: - IncrementalPrerelease: false From 5cabfca491ccdb2a03f0d7237c53d6496d092a15 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Tue, 27 Jan 2026 21:21:42 +0100 Subject: [PATCH 2/2] Rename checkout step to Checkout repo --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 6b0ac32..533b75b 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -28,7 +28,7 @@ jobs: Release: runs-on: ubuntu-latest steps: - - name: Checkout Code + - name: Checkout repo uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false