Skip to content

Commit

Permalink
ci:updated release workflow to include notes
Browse files Browse the repository at this point in the history
  • Loading branch information
urizennnn committed May 28, 2024
1 parent 6689b0b commit 590822b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v3

- name: Read README.md
id: read_readme
run: echo "README_CONTENT=$(cat README.md)" >> $GITHUB_ENV

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: "README.md"
body: ${{ env.README_CONTENT }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 590822b

Please sign in to comment.