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 8fab402 commit 0b6890dCopy full SHA for 0b6890d
.github/workflows/createRelease.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "$releaseDefinitionOutput"
86
87
# Extract YAML content (lines starting with a space) and remove ANSI color codes
88
- echo "$ReleaseDefinitionOutput" \
+ echo "$releaseDefinitionOutput" \
89
| sed 's/\x1b\[[0-9;]*m//g' \
90
| awk '/^ release:/,/^[^ ]/' \
91
| sed '$d' > "releases/${RELEASE_NAME}/${RELEASE_NAME}.yml"
0 commit comments