We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48ec7c commit b62c214Copy full SHA for b62c214
.github/workflows/main.yml
@@ -79,8 +79,8 @@ jobs:
79
if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
80
TEMP=${{ github.event.inputs.version }}
81
TEMP=${TEMP:1}
82
- echo "$GITHB_REF - $TEMP"
83
- TAGS=`echo $TAGS | sed "s|$GITHUB_REF|$TEMP|"`
+ echo "$GITHUB_REF - $TEMP"
+ TAGS="${echo $TAGS | sed "s|$GITHUB_REF|$TEMP|"}"
84
TRAVIS_TAG=${{ github.event.inputs.version }}
85
else
86
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
0 commit comments