workflow/vendor-gems: re-add erroneously removed output

This commit is contained in:
Bo Anderson 2022-05-17 20:04:24 +01:00
parent 1c20be6c85
commit 00932556bf
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -44,6 +44,9 @@ jobs:
branch="$(git branch --show-current)"
echo "::set-output name=branch::${branch}"
gem_name="$(echo "${branch}" | sed -E 's|.*/||;s|(.*)-.*$|\1|')"
echo "::set-output name=gem_name::${gem_name}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}