Skip to content

Commit

Permalink
fix: yaml syntax error (#913)
Browse files Browse the repository at this point in the history
* title lint escape char : in yaml

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* hard code signoff for python-semantic-release commit

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* oopsie put it in commit menssage istead of title

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* escaping a colon is hard

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez committed Feb 3, 2021
1 parent 9323862 commit 8f49627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/monthly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8f49627

Please sign in to comment.