Skip to content

Commit

Permalink
feat: echo content
Browse files Browse the repository at this point in the history
  • Loading branch information
cafadev committed Sep 4, 2023
1 parent d175f6f commit b672053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
run: |
{
echo 'CHANGELOG<<EOF'
git cliff --latest
git cliff
echo EOF
} >> "$GITHUB_ENV"
- name: Create Release
uses: softprops/action-gh-release@v1
with:
body: $CHANGELOG
body: ${{ env.CHANGELOG }}
prerelease: true
tag_name: ${{ steps.toTag.outputs.tag }}

0 comments on commit b672053

Please sign in to comment.