From db4f81b9951a60fd593a03ad040cbf189fdfb14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 00:26:11 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 934ef41..572daa2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,7 @@ jobs: - uses: actions/download-artifact@v4 with: path: artifacts - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: draft: true prerelease: ${{ contains(github.ref, '-') }}