From 0efc97588e05a660a1d67103d5abd0855761f373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Mon, 8 Apr 2024 19:04:41 +0000 Subject: [PATCH] build: Adopt to new Release-Please version --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eacabe2f..7164f5fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -202,7 +202,7 @@ jobs: artifactContentType: raw # artifactContentType: application/zip draft: true - tag: ${{ needs.release-please.outputs.release_version }} + tag: ${{ needs.release-please.outputs.release_tag_name }} artifacts: ./butler-${{ needs.release-please.outputs.release_version }}-macos.zip token: ${{ github.token }} @@ -335,7 +335,7 @@ jobs: artifactContentType: raw # artifactContentType: application/zip draft: true - tag: ${{ needs.release-please.outputs.release_version }} + tag: ${{ needs.release-please.outputs.release_tag_name }} artifacts: ./butler-${{ needs.release-please.outputs.release_version }}-win.zip token: ${{ github.token }} @@ -422,7 +422,7 @@ jobs: artifactContentType: raw # artifactContentType: application/zip draft: true - tag: ${{ needs.release-please.outputs.release_version }} + tag: ${{ needs.release-please.outputs.release_tag_name }} artifacts: ./butler-${{ needs.release-please.outputs.release_version }}-linux.zip token: ${{ github.token }}