Skip to content

Commit

Permalink
fix: echo -> cat
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Apr 1, 2024
1 parent 07c5bd7 commit 5ac62a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Upload release archive
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
echo ${{ needs.generate-changelog.outputs.release_body }} > CHANGES.md
cat ${{ needs.generate-changelog.outputs.release_body }} > CHANGES.md
gh release create ${{ github.ref_name }} --verify-tag --notes-file CHANGES.md
publish-crates-io:
Expand Down

0 comments on commit 5ac62a7

Please sign in to comment.