diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29cc833..7b82f1b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: fetch-depth: 0 @@ -21,18 +21,19 @@ jobs: run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - + - name: Install Helm uses: azure/setup-helm@v1 with: - version: v3.7.0 + version: v3.7.0 - name: Add dependency chart repos run: | helm repo add cluster-proportional-autoscaler https://kubernetes-sigs.github.io/cluster-proportional-autoscaler + helm repo add topolvm https://topolvm.github.io/topolvm/ - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.3.0 + uses: helm/chart-releaser-action@v1.3.0 env: CR_TOKEN: '${{ secrets.CR_TOKEN }}' - CR_SKIP_EXISTING: true \ No newline at end of file + CR_SKIP_EXISTING: true