Fix name for consumed output variable on get_release.

This commit is contained in:
Jeremy Wood 2023-02-19 23:37:25 -05:00
parent fec820f4ba
commit 8dc9e864eb
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -33,7 +33,7 @@ jobs:
with:
arguments: publish
env:
GITHUB_VERSION: ${{ steps.get_release.outputs.tag }}
GITHUB_VERSION: ${{ steps.get_release.outputs.tag_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release artifact