Skip to content

Commit

Permalink
Make release_branch_regexp match existing release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Nov 15, 2023
1 parent 7e1e259 commit 2cefcb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
ref_name: ${{ github.ref_name }}
release_tag_regexp: '^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$'
release_branch_regexp: '^release-v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$'
release_branch_regexp: '^release-(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$'

- name: Determine technical documentation version
if: steps.has-matching-release-tag.outputs.bool == 'true'
Expand Down

0 comments on commit 2cefcb3

Please sign in to comment.