fix(ci): Broken quoting in build workflow

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2025-01-16 20:32:14 +01:00
parent 9134ebbd6c
commit e7210cd053

View File

@@ -81,7 +81,7 @@ jobs:
if [ "${LAST_AUTHOR}" = "${RENOVATE_AUTHOR}" ]; then
COMMIT_FLAGS="--amend --no-edit"
else
COMMIT_FLAGS="--signoff --message "fix(nix): Update version and hashes""
COMMIT_FLAGS='--signoff --message "fix(nix): Update version and hashes"'
fi
git commit ${COMMIT_FLAGS} --all