Skip to content

Commit

Permalink
bh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmaciejko-gid committed Feb 28, 2024
1 parent c8649e7 commit c05fc64
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,16 @@ jobs:
with:
version: 'v3.7.0'

- name: Package and publish Helm Charts
- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Package Helm Charts
run: helm package -d charts hive-metastore

- name: Publish Helm Charts on bh-pages branch
run: |
helm package -d charts hive-metastore
git add -A
git fetch
git stash
Expand Down

0 comments on commit c05fc64

Please sign in to comment.