From be9b8e5fa83508649e2dbdebbb9a94d3264e81a8 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Fri, 11 Aug 2023 08:51:17 +0200 Subject: [PATCH] ci: upgrade emqx/push-helm-action to v1.1 --- .github/workflows/upload-helm-charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-helm-charts.yaml b/.github/workflows/upload-helm-charts.yaml index 4b18efef8..139809441 100644 --- a/.github/workflows/upload-helm-charts.yaml +++ b/.github/workflows/upload-helm-charts.yaml @@ -42,7 +42,7 @@ jobs: echo "version=$(./pkg-vsn.sh emqx-enterprise)" >> $GITHUB_OUTPUT ;; esac - - uses: emqx/push-helm-action@v1 + - uses: emqx/push-helm-action@v1.1 with: charts_dir: "${{ github.workspace }}/deploy/charts/${{ steps.profile.outputs.profile }}" version: ${{ steps.profile.outputs.version }}