We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fce8e commit 8f213d6Copy full SHA for 8f213d6
.github/workflows/_release.yaml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Check tag
11
run: |
12
- if [[ ! "${GITHUB_REF_NAME}" =~ ^([a-z0-9]+(-[a-z0-9]+)*)@([0-9]+\.[0-9]+\.[0-9]+)$ ]]; then
+ if [[ ! "${GITHUB_REF_NAME}" =~ ^[a-z0-9]+(-[a-z0-9]+)*@[0-9]+\.[0-9]+\.[0-9]+(-?(alpha|beta|rc)[0-9]+)?$ ]]; then
13
echo "Invalid tag format: '${GITHUB_REF_NAME}'. Expected 'kebab-case@semver', e.g., '[email protected]'"
14
exit 1
15
fi
0 commit comments