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 fd6fc1c commit c232aefCopy full SHA for c232aef
.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
74
75
echo "version = ${{ github.event.inputs.version }}"
76
77
- if [[ ! -z "${{ github.event.input.version }}" ]]; then
+ if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
78
TRAVIS_TAG=${{ github.event.inputs.version }}
79
else
80
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')
0 commit comments