diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5b632b..d612d65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,11 +11,7 @@ jobs: # see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token permissions: contents: write - runs-on: ubuntu-latest - strategy: - matrix: - project: - - './charts/hybriddatapipeline' + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -33,9 +29,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }} - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 - with: - charts_dir: ${{ matrix.project }} + uses: helm/chart-releaser-action@v1.6.0 env: GITHUB_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }} CR_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }} \ No newline at end of file