We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ca124 commit 453188fCopy full SHA for 453188f
1 file changed
.github/workflows/release.yml
@@ -40,10 +40,8 @@ jobs:
40
shell: bash
41
env:
42
VERSION: ${{ github.event.inputs.version }}
43
- SOURCE_BRANCH: ${{ github.event.inputs.sourceBranch }}
44
run: |
45
version="$VERSION"
46
- sourceBranch="$SOURCE_BRANCH"
47
if [[ "$version" != 2.* ]]; then
48
echo "The version input '$version' is invalid. This workflow only supports versions starting with '2.'."
49
exit 1
0 commit comments