You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
In #97 we switched from using the deprecated
actions/upload-release-asset
tosoftprops/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 sayThis 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
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
The text was updated successfully, but these errors were encountered: