Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
shell: bash
env:
VERSION: ${{ github.event.inputs.version }}
SOURCE_BRANCH: ${{ github.event.inputs.sourceBranch }}
run: |
version="$VERSION"
sourceBranch="$SOURCE_BRANCH"
if [[ "$version" != 2.* ]]; then
Comment on lines 40 to 45
echo "The version input '$version' is invalid. This workflow only supports versions starting with '2.'."
exit 1
Expand Down
Loading