Merge github/dependabot/github_actions/softprops/action-gh-release-3

* github/dependabot/github_actions/softprops/action-gh-release-3:
  build(deps): bump softprops/action-gh-release from 2 to 3
This commit is contained in:
Daniel Volz
2026-04-14 17:19:14 +02:00
+1 -1
View File
@@ -196,7 +196,7 @@ jobs:
- name: Create GitHub Release
if: steps.check_release.outputs.exists == 'false'
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
tag_name: ${{ steps.current_tag.outputs.value }}
target_commitish: ${{ github.sha }}