Skip to content
Snippets Groups Projects
Commit 67d52b92 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'azrdev-master-patch-74180' into 'master'

fix: generated (YAML) configuration syntax error when using JSON input config

See merge request to-be-continuous/semantic-release!58
parents 433a86f5 73865b9e
No related branches found
Tags 3.11.3
No related merge requests found
......@@ -686,7 +686,7 @@ stages:
releaserc_file="${semrelConfigFile}"
rm -f "package.json"
yq eval -P 'with_entries(select((.key | . != "plugins") and (.key | . != "verifyConditions")))' "${releaserc_file}" > "${releaserc_file}.new"
yq eval -oyaml -P 'with_entries(select((.key | . != "plugins") and (.key | . != "verifyConditions")))' "${releaserc_file}" > "${releaserc_file}.new"
# Generating the hook scripts that will generate the dotenv file
# The dotenv file is generated in $TMPDIR so it will survive the git reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment