From 8b6000c5b4a7847a322c60e6a1c3274cec2b5e7b Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Sun, 5 May 2024 05:57:06 -0400 Subject: [PATCH] Update Semantic.yml --- .github/workflows/Semantic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Semantic.yml b/.github/workflows/Semantic.yml index 3fb05a7cd..04aec33e2 100644 --- a/.github/workflows/Semantic.yml +++ b/.github/workflows/Semantic.yml @@ -8,6 +8,8 @@ jobs: SemanticRelease: name: Semantic Release runs-on: windows-latest + permissions: + contents: write # to be able to publish a GitHub release steps: - name: Checkout repository