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