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 faf8c96 commit 3bbd43f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ jobs:
run: |
CHANGELOG=$(git cliff)
- name: Create Release
uses: softprops/action-gh-release@v1
with:
body: $CHANGELOG
prerelease: true
tag_name: ${{ steps.toTag.outputs.tag }}
- name: Display content
run: echo $CHANGELOG

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

0 comments on commit 3bbd43f

Please sign in to comment.