Skip to content

Commit

Permalink
fix: Add release body placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Apr 8, 2024
1 parent 8e0af7d commit c753d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: EIYARO ${{ env.tag }}
body: ${{ steps.git-cliff.outputs.content }}
body: "## New release"
files: target/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c753d78

Please sign in to comment.