Skip to content

Commit

Permalink
Merge pull request #3 from grzegorzgniadek/helm-releaser
Browse files Browse the repository at this point in the history
helm-releaser notes
  • Loading branch information
grzegorzgniadek authored Aug 12, 2024
2 parents ae08270 + 9623cb1 commit 93710bb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ on:
push:
paths:
- 'charts/**'
workflow_run:
workflows: ["Release Container"]
branches: [master]
types:
- completed
branches:
- master

permissions:
contents: write
Expand All @@ -34,9 +31,10 @@ jobs:
version: 3.10.1

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_GENERATE_RELEASE_NOTES: true

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 93710bb

Please sign in to comment.