diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c158480861..298f3c6eaf 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: