Skip to content

Commit

Permalink
fix(ci): changelog creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Dec 21, 2021
1 parent b29acda commit 451c7b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
- name: Create Changelog file
working-directory: charts/stable
run: |
"${{ fromJson(steps.create_check_run.outputs.data).body }}" > CHANGELOG.md
cat <<EOF >CHANGELOG.md
${{ fromJson(steps.generate_changelog.outputs.data).body }}
EOF
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 451c7b8

Please sign in to comment.