Skip to content

Commit

Permalink
cd: fix the step of generate release version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 18, 2024
1 parent 3e19a7d commit dff6bf1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,5 @@ jobs:
${{ github.workspace }}
tag_name: ${{ steps.version.outputs.new_version }}
release_name: Release ${{ steps.version.outputs.new_version }}
body: |
$(ls)
$(cat release_notes.md)
body_path: release_notes.md
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dff6bf1

Please sign in to comment.