Skip to content

Commit a5597e2

Browse files
Update release.yml
Persist variable for next step Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 940ac3f commit a5597e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
run: |
139139
ls
140140
OSMP_VERSION="$(git describe --tags --exclude 'v*.*.*-antora' | sed 's/^v//')"
141+
echo "::set-env name=OSMP_VERSION::$OSMP_VERSION"
141142
- name: Create README
142143
working-directory: dist
143144
run: |

0 commit comments

Comments
 (0)