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