From 4c9017cca37d63e5eb96a702d6c9866bf9aa24e3 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Fri, 20 Dec 2024 13:30:33 +0100 Subject: [PATCH] Fix missing permission to close the milestone --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7b4efd1..a504972 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,8 @@ run-name: "Publish release from ${{ github.ref_name }} branch" permissions: # Needed to push the tag. contents: write + # Needed to close the milestone. + issues: write on: workflow_dispatch: