From 4e0385259dad38167ca6d5ad0ab8577de730dfc5 Mon Sep 17 00:00:00 2001 From: bryopsida <8363252+bryopsida@users.noreply.github.com> Date: Fri, 30 Jun 2023 21:25:17 -0500 Subject: [PATCH] enable chart release flow --- .github/workflows/ci.yaml | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5fc0f94..010875d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -171,30 +171,30 @@ jobs: name: ${{ runner.name }} minikube logs path: | /tmp/failure-logs - # publish-chart: - # if: ${{ github.event_name != 'pull_request' }} - # needs: - # - verify - # timeout-minutes: 5 - # runs-on: ubuntu-latest - # permissions: - # contents: write - # steps: - # - name: Checkout - # uses: actions/checkout@v3 - # with: - # fetch-depth: 0 - # - name: Configure Git - # run: | - # git config user.name "$GITHUB_ACTOR" - # git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - # - name: Install Helm - # uses: azure/setup-helm@v3 - # with: - # version: v3.8.1 - # - name: Run chart-releaser - # uses: helm/chart-releaser-action@v1.5.0 - # env: - # CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - # with: - # charts_dir: helm + publish-chart: + if: ${{ github.event_name != 'pull_request' }} + needs: + - verify + timeout-minutes: 5 + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Checkout + uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Configure Git + run: | + git config user.name "$GITHUB_ACTOR" + git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Install Helm + uses: azure/setup-helm@v3 + with: + version: v3.8.1 + - name: Run chart-releaser + uses: helm/chart-releaser-action@v1.5.0 + env: + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + with: + charts_dir: helm