Skip to content

Commit

Permalink
fix: missing changelog file for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryET committed May 17, 2023
1 parent c8cb943 commit 1570b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: "Update Github release notes"
uses: softprops/action-gh-release@v1
with:
body_path: GITHUB_CHANGELOG.md
#body_path: GITHUB_CHANGELOG.md
body: "Generated Release"
tag_name: ${{ steps.release.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 1570b07

Please sign in to comment.