Skip to content

Commit

Permalink
first porting
Browse files Browse the repository at this point in the history
Signed-off-by: dciangot <[email protected]>
  • Loading branch information
dciangot committed Aug 9, 2024
1 parent e201e45 commit 7704f8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
pip3 install chartpress
- name: Install Helm
uses: azure/setup-helm@v4
Expand All @@ -32,7 +31,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: ./
charts_dir: ../
version: $GITHUB_REF_NAME
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7704f8e

Please sign in to comment.