Skip to content

Commit b62c214

Browse files
committed
Change sub style
1 parent d48ec7c commit b62c214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
8080
TEMP=${{ github.event.inputs.version }}
8181
TEMP=${TEMP:1}
82-
echo "$GITHB_REF - $TEMP"
83-
TAGS=`echo $TAGS | sed "s|$GITHUB_REF|$TEMP|"`
82+
echo "$GITHUB_REF - $TEMP"
83+
TAGS="${echo $TAGS | sed "s|$GITHUB_REF|$TEMP|"}"
8484
TRAVIS_TAG=${{ github.event.inputs.version }}
8585
else
8686
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')

0 commit comments

Comments
 (0)