File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 run : |
2828 grep -m 1 VERSION_NAME= version.sh | awk -F = '{printf "VERSION=%s",$2}' | xargs > constants.env
2929 echo "RELEAE_DATE=$(TZ=UTC-8 date +'%y%m%d%H%M%S')" >> constants.env
30- echo "TAG=k "$(grep "VERSION" constants.env | cut -d'=' -f2)"-beta-"$(grep "RELEAE_DATE" constants.env | cut -d'=' -f2) >> constants.env
30+ echo "TAG="$(grep "VERSION" constants.env | cut -d'=' -f2)"-beta-"$(grep "RELEAE_DATE" constants.env | cut -d'=' -f2) >> constants.env
3131 cat constants.env
3232 - name : Prepare Normal Version
3333 if : ${{ inputs.beta == false }}
3434 run : |
35- grep -m 1 VERSION_NAME= version.sh | awk -F = '{printf "TAG=k %s",$2}' | xargs > constants.env
35+ grep -m 1 VERSION_NAME= version.sh | awk -F = '{printf "TAG=%s",$2}' | xargs > constants.env
3636 cat constants.env
3737 - name : Export Env
3838 uses : cardinalby/export-env-action@v2
You can’t perform that action at this time.
0 commit comments