Fix outputs on Create Release
This commit is contained in:
parent
7bd94bafc8
commit
5fe842f297
6
.github/workflows/create-release.yml
vendored
6
.github/workflows/create-release.yml
vendored
@ -1,13 +1,17 @@
|
|||||||
name: Create Release
|
name: Create Release
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
outputs:
|
||||||
|
release_name:
|
||||||
|
description: "Name of the created release"
|
||||||
|
value: ${{ jobs.create_release.outputs.release_name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create_release:
|
create_release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
new_tag: ${{ steps.tag_version.outputs.new_tag }}
|
release_name: ${{ steps.tag_version.outputs.new_tag }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user