Merge pull request #2847 from Multiverse/dumptruckman/fix_release_3

Fix name for consumed output variable on get_release.
This commit is contained in:
Jeremy Wood 2023-02-19 23:39:16 -05:00 committed by GitHub
commit bcfde80c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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