Skip to content

Commit

Permalink
add common repo
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Jun 27, 2023
1 parent 0d3abf5 commit 6d060b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
- name: Setup Python
uses: actions/[email protected]

- name: Helm common repo
continue-on-error: true
run: |
helm repo add common https://rubxkube.github.io/common-charts
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 6d060b5

Please sign in to comment.