From ee3795d776e47b6e132a8cabd045a4fe0bc5aae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:19:34 +1200 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.3 to 2.0.4 (#823) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 7b265a1..94c3fe1 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -299,7 +299,7 @@ jobs: sha512sum $file | cut -d ' ' -f1 > "$file.sha512" done - - uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 + - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 with: tag_name: v${{ needs.info.outputs.cli_version }} name: CLI v${{ needs.info.outputs.cli_version }}