We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d7bbe commit 4ae6e06Copy full SHA for 4ae6e06
.github/workflows/release.yaml
@@ -29,6 +29,7 @@ jobs:
29
30
- name: Validate tag
31
run: |
32
+ # https://regex101.com/r/Vu7qEb/1
33
SEMVER_REGEX="^v[0-9]+\.[0-9]+\.[0-9]+$"
34
if ! [[ ${{ github.event.inputs.version }} =~ $SEMVER_REGEX ]]; then
35
echo "Error: Version ${{ github.event.inputs.version }} does not match the semver pattern (vMAJOR.MINOR.PATCH)."
0 commit comments