Skip to content

Commit

Permalink
chore(cd): fix setting the release body
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 19, 2021
1 parent 66dfbf4 commit 62403be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: --verbose --latest --strip header
args: -vv --latest --strip header
env:
OUTPUT: CHANGES.md
- name: Set release body
Expand All @@ -116,9 +116,8 @@ jobs:
file: git-cliff-${{ env.RELEASE_VERSION }}-${{ matrix.TARGET }}*
file_glob: true
tag: ${{ github.ref }}
release_name: "Release ${{ github.ref }}"
overwrite: true
body: ${{ steps.release.outputs.RELEASE_BODY }}
body: "${{ steps.release.outputs.RELEASE_BODY }}"

publish-docker:
name: Publish the Docker image
Expand Down

0 comments on commit 62403be

Please sign in to comment.