From 8461f8530fe6185b8ebafa20f59711bfff04ccfe Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 22 Oct 2023 11:19:40 +0200 Subject: [PATCH] Tag --- .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 5694aae..a4007ee 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -108,6 +108,7 @@ jobs: name: QGIS-${{ env.QGIS_VERSION }}-MacOSX-arm64 - uses: ncipollo/release-action@v1 with: - name: $${{ env.QGIS_VERSION }} + name: ${{ env.QGIS_VERSION }} artifacts: "*.pkg" body: "body.md" + tag: ${{ env.QGIS_VERSION }}