Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul committed Nov 24, 2023
1 parent e5384b7 commit ee0e9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get Release Notes
id: release_notes
run: |
RELEASE_NOTES=$(gh release view)
RELEASE_NOTES=$(gh release view --json body)
echo "::set-output name=text::$RELEASE_NOTES"
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit ee0e9be

Please sign in to comment.