Skip to content

Commit 9098228

Browse files
authored
Update create-release.yml
1 parent 192cad4 commit 9098228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
2727
version:
2828
description: "returns the version to build"
2929
value: ${{ jobs.generate_infos.outputs.version }}
30+
latest-version:
31+
description: "returns the last release version"
32+
value: ${{ jobs.generate_infos.outputs.latest-version }}
3033

3134
jobs:
3235
generate_infos:

0 commit comments

Comments
 (0)