Explorar o código

ci: upgrade emqx/push-helm-action to v1.1

Ivan Dyachkov %!s(int64=2) %!d(string=hai) anos
pai
achega
be9b8e5fa8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/upload-helm-charts.yaml

+ 1 - 1
.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 }}