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 e01145a commit d48ec7cCopy full SHA for d48ec7c
.github/workflows/main.yml
@@ -79,6 +79,7 @@ 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|"`
84
TRAVIS_TAG=${{ github.event.inputs.version }}
85
else
0 commit comments