Skip to content

Commit

Permalink
add repo step to release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshleecreates committed Sep 30, 2024
1 parent bc45e40 commit 0217252
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 @@ -21,6 +21,10 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Add Operator Chart Repo
run: |
helm repo add altinity-operator https://docs.altinity.com/altinity-operator
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 0217252

Please sign in to comment.