From 45ee201f1a952132e54e1eaf65daebdabed2b0e2 Mon Sep 17 00:00:00 2001 From: Giuseppe Guerra Date: Thu, 16 Oct 2025 14:38:08 +0200 Subject: [PATCH] fix(ci): fix release-please attachments --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f4e0211..786bbce 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -64,7 +64,7 @@ jobs: run: | mage package "${PACKAGE_NAME}" env: - PACKAGE_NAME: ${{ steps.release.outputs.version }} + PACKAGE_NAME: ${{ steps.release.outputs.tag_name }} - name: Attach build artifacts to release if: ${{ steps.release.outputs.release_created }}