Skip to content

Commit

Permalink
ci: skip branch name check for patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Apr 24, 2024
1 parent a84fcc7 commit 3f6e145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
exit 1
fi
- name: Verify temporary branch for minor release
if: ${{ inputs.kind == 'minor' }}
run: |
if [[ ! "${WORKING_BRANCH}" =~ ^tmp/v[0-9]+\.[0-9]+\.[0-9] ]]; then
echo "Workflow can only be triggered from a temporary branch in the form of tmp/vX.Y.Z"
Expand Down

0 comments on commit 3f6e145

Please sign in to comment.