Skip to content

Commit 0b6890d

Browse files
committed
fix: fikse liten/stor bokstav
1 parent 8fab402 commit 0b6890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/createRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "$releaseDefinitionOutput"
8686
8787
# Extract YAML content (lines starting with a space) and remove ANSI color codes
88-
echo "$ReleaseDefinitionOutput" \
88+
echo "$releaseDefinitionOutput" \
8989
| sed 's/\x1b\[[0-9;]*m//g' \
9090
| awk '/^ release:/,/^[^ ]/' \
9191
| sed '$d' > "releases/${RELEASE_NAME}/${RELEASE_NAME}.yml"

0 commit comments

Comments
 (0)