Skip to content

Commit

Permalink
Merge pull request #19 from progress/kiranb-main
Browse files Browse the repository at this point in the history
Remove the multi-project charts dir
  • Loading branch information
kiranbabuneela authored May 28, 2024
2 parents d31fa7f + 1e63bd2 commit 4eb0021
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,9 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }}

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: ${{ matrix.project }}
uses: helm/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }}
CR_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }}

0 comments on commit 4eb0021

Please sign in to comment.