Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 087eb37

Browse files
authored
Update release_engine.yml
1 parent 4dcefaf commit 087eb37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_engine.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
ID=`echo ${TAG_NAME##v}`
5252
echo "::set-output name=VERSION::$ID"
5353
- id: version
54+
run: |
5455
MAIN_STREAM_VERSION=`echo ${{ steps.release.outputs.version }} | awk '{split($0,a,".");printf "%d.%d.x",a[1],a[2];}'`
5556
echo "::set-output name=main_stream_version::$MAIN_STREAM_VERSION"
5657

0 commit comments

Comments
 (0)