From 5130da303e11ff482846dfaa5426ab76f2544de4 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 23 Oct 2023 18:43:54 +0200 Subject: [PATCH] Update releases --- .github/workflows/macos.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index a4007ee..a56f426 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -110,5 +110,6 @@ jobs: with: name: ${{ env.QGIS_VERSION }} artifacts: "*.pkg" - body: "body.md" + body: "See https://github.com/qgis/QGIS/releases" tag: ${{ env.QGIS_VERSION }} + allowUpdates: True