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 e0f77d9 commit e01145aCopy full SHA for e01145a
.github/workflows/main.yml
@@ -77,9 +77,9 @@ jobs:
77
echo "version = ${{ github.event.inputs.version }}"
78
79
if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
80
- TEMP=${{ github.event.inputs.version }}
81
- TEMP=${TEMP:1}
82
- TAGS=`echo $TAGS | sed "s|$TRAVIS_TAG|$TEMP|"`
+ TEMP=${{ github.event.inputs.version }}
+ TEMP=${TEMP:1}
+ TAGS=`echo $TAGS | sed "s|$GITHUB_REF|$TEMP|"`
83
TRAVIS_TAG=${{ github.event.inputs.version }}
84
else
85
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
0 commit comments