-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Copy link
Milestone
Description
Describe the bug
In #97 we switched from using the deprecated actions/upload-release-asset to softprops/action-gh-release. While doing the latest release, this worked great to attach the release asset but noticed it also overwrote the entire contents of the release itself to just say This release contains the latest updates for the WordPress plugin.
It looks like that's coming from these lines:
wordpress/.github/workflows/wordpress-plugin-deploy.yml
Lines 47 to 48 in 454996a
| body: | | |
| This release contains the latest updates for the WordPress plugin. |
I've updated the release to add back the changelog information but ideally we fix this before the next release so we don't run into the same problem
Steps to Reproduce
n/a
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels