Skip to content

Commit

Permalink
fix: pipeline (#62)
Browse files Browse the repository at this point in the history
* fix merge yaml

* fix helm release

* fix helm release
  • Loading branch information
mishraomp authored Feb 4, 2024
1 parent 17869b8 commit cfc7689
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,12 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: package helm chart
shell: bash
working-directory: charts/${{ github.event.repository.name }}
run: |
helm dependency update
helm package --app-version="${{ needs.semantic-release.outputs.tag }}" --version=${{ needs.semantic-release.outputs.tag }} .
helm package -u --destination=.cr-release-packages --app-version="${{ needs.semantic-release.outputs.tag }}" --version=${{ needs.semantic-release.outputs.tag }} charts/${{ github.event.repository.name }}
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
skip_packaging: 'true'
package-path: charts/${{ github.event.repository.name }}

2 changes: 0 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
types: [closed]
paths-ignore:
- '*.md'
- '.github/**'
- 'charts/**'

concurrency:
# PR open and close use the same group, allowing only one at a time
Expand Down

0 comments on commit cfc7689

Please sign in to comment.