diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index f8b82ae9bd..aa7491161a 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@01570a1f39cb168c169c802c3bceb9e93fb10974 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda with: prerelease: ${{ contains(github.ref_name, '-rc') }} draft: ${{ github.repository == 'systemd/systemd' }}