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 624563c commit 9ac84b7Copy full SHA for 9ac84b7
.github/workflows/main.yml
@@ -77,6 +77,8 @@ jobs:
77
echo "version = ${{ github.event.inputs.version }}"
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}"`
82
TRAVIS_TAG=${{ github.event.inputs.version }}
83
else
84
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
0 commit comments