From 9e0236c21804275929e18ad6aac9249dbd529246 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Tue, 6 Feb 2024 17:24:51 +0100 Subject: [PATCH] fix(ci): deliver cpan libs with distrib in package name --- .github/workflows/perl-cpan-libraries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index c98e28e370..f3fdfc28c2 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -318,9 +318,9 @@ jobs: exit 1 fi - PACKAGE_VERSION=" -v ${CPAN_PACKAGE_VERSION}" + PACKAGE_VERSION="${CPAN_PACKAGE_VERSION}" else - PACKAGE_VERSION=" -v ${{ matrix.version }}" + PACKAGE_VERSION="${{ matrix.version }}" fi echo "package_version=$(echo $PACKAGE_VERSION)" >> $GITHUB_OUTPUT