build(deps): bump softprops/action-gh-release from 2.4.1 to 2.5.0

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](6da8fa9354...a06a81a03e)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-01 11:20:07 +00:00
committed by Luca Boccassi
parent 05cfef4a92
commit 0413c780ae

View File

@@ -18,7 +18,7 @@ jobs:
steps: steps:
- name: Release - name: Release
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
with: with:
prerelease: ${{ contains(github.ref_name, '-rc') }} prerelease: ${{ contains(github.ref_name, '-rc') }}
draft: ${{ github.repository == 'systemd/systemd' }} draft: ${{ github.repository == 'systemd/systemd' }}