Skip to content

Commit

Permalink
fix(ci): deliver cpan libs with distrib in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 6, 2024
1 parent 4196475 commit 9e0236c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e0236c

Please sign in to comment.