Skip to content

Commit

Permalink
Fix helm releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
faridco committed Apr 8, 2024
1 parent 7316840 commit 704a474
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
release:
name: Release chart
runs-on: ubuntu-latest

permissions:
contents: write # needed to write releases

steps:
- name: Checkout master
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Expand All @@ -27,5 +31,3 @@ jobs:
env:
CR_SKIP_EXISTING: true
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: ..

0 comments on commit 704a474

Please sign in to comment.