Skip to content

Commit

Permalink
Fix semver regex (#1233)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <ianlewis@google.com>

Signed-off-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
ianlewis committed Nov 18, 2022
1 parent 8700efe commit bfe2f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-submit.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
env:
BODY: "${{ github.event.pull_request.body }}"
run: |
RELEASE_TAG=$(echo "$BODY" | grep -o -e 'v[0-9].[0-9].[0-9]')
RELEASE_TAG=$(echo "$BODY" | grep -o -e 'v[0-9]\+\.[0-9]\+\.[0-9]\+')
RELEASE_TAG=${RELEASE_TAG} ./__THIS_REPO__/.github/workflows/scripts/pre-release/references.sh
secure-project-checkout-go:
Expand Down

0 comments on commit bfe2f87

Please sign in to comment.