Skip to content

Commit 3a41fd7

Browse files
committed
Merge branch 'main' of https://github.com/Bandwidth/ruby-sdk into feature/openapi-generator-sdk
2 parents 5a80cf6 + 1e826a4 commit 3a41fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575

7676
- name: Check Release Tag Format
7777
run: |
78-
re=[0-9]+\.[0-9]+\.[0-9]+-beta\.[0-9]+(?:\.[0-9]){0,2}
78+
re=[0-9]+\.[0-9]+\.[0-9]+-beta\.[0-9]+\.?[0-9]*\.?[0-9]*
7979
if ! [[ $RELEASE_VERSION =~ $re ]]; then
80-
echo 'Tag does not match expected regex pattern for beta releases (v[0-9]+\.[0-9]+\.[0-9]+-beta\.[0-9]+(?:\.[0-9]){0,2})'
80+
echo 'Tag does not match expected regex pattern for beta releases (v[0-9]+\.[0-9]+\.[0-9]+-beta\.[0-9]+\.?[0-9]*\.?[0-9]*)'
8181
echo $RELEASE_VERSION
8282
echo 'Please update your tag to match the expected regex pattern'
8383
exit 1

0 commit comments

Comments
 (0)