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