Skip to content

Commit ef41f56

Browse files
authored
Merge pull request #129 from mailchimp/fix/124
Prevent overwriting the release content with the body text provided in the GitHub Action workflow file.
2 parents 55e241e + 59432e8 commit ef41f56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,5 @@ jobs:
4444
uses: softprops/action-gh-release@v2
4545
with:
4646
files: ${{ steps.deploy.outputs.zip-path }}
47-
body: |
48-
This release contains the latest updates for the WordPress plugin.
4947
env:
5048
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)