chore(deps): update softprops/action-gh-release action to v2

This commit is contained in:
renovate[bot]
2025-12-01 13:04:54 +00:00
committed by GitHub
parent 8cf6b40ee4
commit 4d57ab0660

View File

@@ -78,7 +78,7 @@ jobs:
- name: Create GitHub Release (tag-only, no workspace changes)
if: ${{ steps.semver.outputs.changed && steps.check_release.outputs.exists == 'false' }}
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
with:
tag_name: ${{ steps.create_tag.outputs.tag }}
name: Release ${{ steps.create_tag.outputs.tag }}