ci: revert action script softprops/action-gh-release from v2.3.0 to v2.2.2

Latest version 2.3.0 contains bugs; see https://github.com/softprops/action-gh-release/issues/627
This commit is contained in:
2025-06-10 09:17:20 -07:00
parent ed7abff25a
commit 9eaa896b2d

View File

@@ -674,7 +674,7 @@ jobs:
if: |
startsWith( inputs.RC_RELEASE, false ) ||
startsWith( env.RC_RELEASE, false )
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.2.2
env:
CHANGELOG_CATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }}
CHANGELOG_UNCATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }}
@@ -712,7 +712,7 @@ jobs:
if: |
startsWith( inputs.RC_RELEASE, true ) ||
startsWith( env.RC_RELEASE, true )
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.2.2
env:
CHANGELOG_CATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }}
CHANGELOG_UNCATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }}