Skip to content

Commit

Permalink
revert softprops/action-gh-release
Browse files Browse the repository at this point in the history
Revert softprops/action-gh-release from v2.2.0 to v2.1.0 due to
"Error: Request body length does not match content-length header"
See: softprops/action-gh-release#556

Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
  • Loading branch information
Billy99 committed Jan 6, 2025
1 parent ab3074f commit 400ddd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,10 @@ jobs:
merge-multiple: true

- name: release
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # @v2
# Revert softprops/action-gh-release from v2.2.0 to v2.1.0 due to
# "Error: Request body length does not match content-length header"
# https://github.com/softprops/action-gh-release/issues/556
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # @v2
with:
body_path: ./changelogs/CHANGELOG-${{ env.RELEASE_VERSION }}.md
prerelease: ${{ env.PRE_RELEASE }}
Expand Down

0 comments on commit 400ddd0

Please sign in to comment.