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 19f975a commit d175f6f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,13 @@ jobs:
run: |
{
echo 'CHANGELOG<<EOF'
git cliff
git cliff --latest
echo EOF
} >> "$GITHUB_ENV"
- name: Display content
run: echo ${{ env.CHANGELOG }}

# - name: Create Release
# uses: softprops/action-gh-release@v1
# with:
# body: $CHANGELOG
# prerelease: true
# tag_name: ${{ steps.toTag.outputs.tag }}
- name: Create Release
uses: softprops/action-gh-release@v1
with:
body: $CHANGELOG
prerelease: true
tag_name: ${{ steps.toTag.outputs.tag }}

0 comments on commit d175f6f

Please sign in to comment.