From d350f91b129f2a45be2583229bf6e86e04125813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 21:45:59 +1300 Subject: [PATCH] Bump softprops/action-gh-release from 50195ba7f6f93d1ac97ba8332a178e008ad176aa to cd28b0f5ee8571b76cfdaa62a30d51d752317477 (#438) 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 c8657cb..b5995f1 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -331,7 +331,7 @@ jobs: rm release.key cat {B3,SHA512}SUMS.auto.minisig - - uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa + - uses: softprops/action-gh-release@cd28b0f5ee8571b76cfdaa62a30d51d752317477 with: tag_name: v${{ needs.info.outputs.cli_version }} name: CLI v${{ needs.info.outputs.cli_version }}