Skip to content

Commit 453188f

Browse files
authored
ci: improve release validation (#2248)
1 parent d2ca124 commit 453188f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ jobs:
4040
shell: bash
4141
env:
4242
VERSION: ${{ github.event.inputs.version }}
43-
SOURCE_BRANCH: ${{ github.event.inputs.sourceBranch }}
4443
run: |
4544
version="$VERSION"
46-
sourceBranch="$SOURCE_BRANCH"
4745
if [[ "$version" != 2.* ]]; then
4846
echo "The version input '$version' is invalid. This workflow only supports versions starting with '2.'."
4947
exit 1

0 commit comments

Comments
 (0)