From 6c5350040ebc22e3d0aac27fedfba3c8a6aa2523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 03:09:43 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.10.0 to 1.12.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/58ae73b360456532aafd58ee170c045abbeaee37...a2e71bdd4e7dab70ca26a852f29600c98b33153e) --- 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 60b6bc2..6c5f2fb 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -94,7 +94,7 @@ jobs: custom_tag: ${{ env.cli_version }} tag_prefix: "" - - uses: ncipollo/release-action@58ae73b360456532aafd58ee170c045abbeaee37 + - uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e with: artifacts: "artifacts/*/*" token: ${{ secrets.GITHUB_TOKEN }}