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 }}