fix: add is_prerelease to workflow outputs for downstream jobs
This commit is contained in:
parent
6f3e1243d1
commit
a5963e9a2b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-release.yml
vendored
1
.github/workflows/create-release.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
outputs:
|
||||
version: ${{ steps.extract.outputs.version }}
|
||||
tag: ${{ steps.extract.outputs.tag }}
|
||||
is_prerelease: ${{ steps.extract.outputs.is_prerelease }}
|
||||
steps:
|
||||
- name: Extract version
|
||||
id: extract
|
||||
|
|
|
|||
Loading…
Reference in a new issue