From 62e1dc6d40a0e61b083b858087879f1d0f34a766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 05:17:27 +0000 Subject: [PATCH] ci: Bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 975c1b265e11dd76618af1c374e7981f9a6ff44a to 1ce812a7bd7fa6c191ed3334eeace31579a98f25. - [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/975c1b265e11dd76618af1c374e7981f9a6ff44a...1ce812a7bd7fa6c191ed3334eeace31579a98f25) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ee15a66..77a4bfd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: - name: Release | Upload artifacts if: startsWith(github.ref, 'refs/tags/') # Don't create releases when debugging - uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a + uses: softprops/action-gh-release@1ce812a7bd7fa6c191ed3334eeace31579a98f25 with: draft: true files: "*-${{ matrix.name }}"