Skip to content

Commit cee3884

Browse files
chore: stop echoing debug info
1 parent 5b22c94 commit cee3884

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/create-release-draft.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
# However, Bash uses POSIX regular expressions, and POSIX does not support non-capturing groups: (?:...)
2020
# To make it compatible, the non-capture modifiers have been removed.
2121
22-
echo ${GITHUB_REF}
23-
echo ${GITHUB_REF/refs\/tags\/v/}
24-
2522
semantic_version_pattern='^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(-((0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(\.(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(\+([0-9a-zA-Z-]+(\.[0-9a-zA-Z-]+)*))?$'
2623
2724
if [[ ${GITHUB_REF/refs\/tags\/v/} =~ $semantic_version_pattern ]]; then

0 commit comments

Comments
 (0)