Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
fix(hr): fix helm release (#13)
Browse files Browse the repository at this point in the history
* fix(hr): fix helm release

Signed-off-by: Christopher Haar <christopher.haar@upbound.io>

* fix(hr): fix helm release

Signed-off-by: Christopher Haar <christopher.haar@upbound.io>

---------

Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
  • Loading branch information
haarchri committed Jul 31, 2023
1 parent 665924b commit ac70aa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand All @@ -19,6 +21,5 @@ jobs:
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: cluster/charts/
fetch-depth: 0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ac70aa5

Please sign in to comment.