From 1b34f64381df3ee5ad6db2f6f650e281bb5eb6ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 00:57:57 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.11.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f06c86a6..f3014f24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: helm s3 push chart_release/* tscharts --acl public-read --relative - name: Create release - uses: ncipollo/release-action@v1.11.1 + uses: ncipollo/release-action@v1.11.2 with: tag: ${{ env.CHART_VERSION }} allowUpdates: true