Skip to content

Commit

Permalink
fix(cd): double quote the environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 20, 2021
1 parent 381c941 commit 85aa1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: -vv --latest --strip header --body $template
args: -vv --latest --strip header --body "$template"
env:
OUTPUT: CHANGES.md
template: >
Expand Down

0 comments on commit 85aa1cd

Please sign in to comment.