mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-08 01:08:13 +01:00
Fix name for consumed output variable on get_release.
This commit is contained in:
parent
fec820f4ba
commit
8dc9e864eb
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user