From 843eb2cee0ebfbf36890cd7b77fb0fc57bcc3a84 Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:32:27 +0200 Subject: [PATCH] Workflows: Fix discussions permissions --- .github/workflows/snapshot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index cdbd27ee..0a47f599 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -18,6 +18,7 @@ on: permissions: contents: write + discussions: write jobs: @@ -42,6 +43,7 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ needs.version.outputs.version }} + commit: "main" name: Pre-release ${{ needs.version.outputs.version }} draft: false prerelease: true