Skip to content

Commit

Permalink
Update helm/chart-releaser-action
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetse committed Feb 2, 2024
1 parent e47612c commit f2afbb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -23,13 +25,15 @@ jobs:
uses: helm/[email protected]
with:
charts_dir: developing
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Release incubating charts
uses: helm/[email protected]
with:
charts_dir: incubating
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit f2afbb7

Please sign in to comment.