summaryrefslogtreecommitdiffstats
path: root/.github/workflows/make_release.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-13 17:48:33 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2024-03-13 19:26:03 +0100
commit9daa5b2a960f24a8a2348a3533a94702f7dab32e (patch)
tree490e23da8500da8edc53cbd0234cd04b03a4ad03 /.github/workflows/make_release.yml
parentMerge pull request #31673 from DaanDeMeyer/mkosi (diff)
downloadsystemd-9daa5b2a960f24a8a2348a3533a94702f7dab32e.tar.xz
systemd-9daa5b2a960f24a8a2348a3533a94702f7dab32e.zip
build(deps): bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/de2c0eb89ae2a093876385947365aca7b0e5f844...9d7c94cfd0a1f3ed45544c887983e9fa900f0564) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--.github/workflows/make_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml
index 9902a6c6ab..605ba05776 100644
--- a/.github/workflows/make_release.yml
+++ b/.github/workflows/make_release.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- name: Release
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
+ uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
with:
prerelease: ${{ contains(github.ref_name, '-rc') }}
draft: ${{ github.repository == 'systemd/systemd' }}