From 8f496279c5835f59cd120d23b589a9cd708d536d Mon Sep 17 00:00:00 2001 From: Allison Suarez Miranda <22477579+allisonsuarez@users.noreply.github.com> Date: Wed, 3 Feb 2021 14:43:15 -0800 Subject: [PATCH] fix: yaml syntax error (#913) * title lint escape char : in yaml Signed-off-by: Allison Suarez Miranda * hard code signoff for python-semantic-release commit Signed-off-by: Allison Suarez Miranda * oopsie put it in commit menssage istead of title Signed-off-by: Allison Suarez Miranda * escaping a colon is hard Signed-off-by: Allison Suarez Miranda --- .github/workflows/monthly_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/monthly_release.yml b/.github/workflows/monthly_release.yml index 1c6257228..1f5835014 100644 --- a/.github/workflows/monthly_release.yml +++ b/.github/workflows/monthly_release.yml @@ -41,7 +41,8 @@ jobs: signoff: true branch: ${{ env.BRANCH_NAME }} delete-branch: true - title: "chore: "Bumped version for release ${{ steps.semantic-release.outputs.version }} + title: | + chore: Bumped version for release ${{ steps.semantic-release.outputs.version }} body: | Bumped version to ${{ steps.semantic-release.outputs.version }} team-reviewers: amundsen-io/amundsen-committers