From 818218e2551cd8051076e2daff676200d8d3c951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 04:17:08 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.10.0 to 1.11.2 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.10.0 to 1.11.2. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/58ae73b360456532aafd58ee170c045abbeaee37...18eadf9c9b0f226f47f164f5373c6a44f0aae169) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index 7c0df45..863cd0e 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -95,7 +95,7 @@ jobs: custom_tag: ${{ env.cli_version }} tag_prefix: "" - - uses: ncipollo/release-action@58ae73b360456532aafd58ee170c045abbeaee37 + - uses: ncipollo/release-action@18eadf9c9b0f226f47f164f5373c6a44f0aae169 with: artifacts: "artifacts/*/*" token: ${{ secrets.GITHUB_TOKEN }}