From 3acd28e9e4c011203eeb2629e521e3be948b869b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 00:12:10 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.11.0 --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 5e977bf..8a9e5fb 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -44,7 +44,7 @@ jobs: retention-days: 90 - name: Create Release - uses: ncipollo/release-action@v1.10.0 + uses: ncipollo/release-action@v1.11.0 with: artifactErrorsFailBuild: true artifacts: "package/prompt_${{ env.ver_num }}.deb,package/prompt_${{ env.ver_num }}.zip"