Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
fix ci release job
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Nov 14, 2023
1 parent 62bc4e1 commit daaeef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-test-lint-rel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
release-chart:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/nhudson/TEM-2034'
if: contains(github.ref, 'nhudson/TEM-2034')
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -130,7 +130,7 @@ jobs:

- name: Package Helm Chart
run: |
cd code/chart # replace with the path to your chart directory
cd code/charts/tembo-operator
helm package .
- name: Checkout gh-pages branch
Expand All @@ -141,7 +141,7 @@ jobs:

- name: Update Helm repo index
run: |
mv code/chart/*.tgz gh-pages/
mv code/charts/tembo-operator/*.tgz gh-pages/
cd gh-pages
helm repo index . --url https://tembo-io.github.io/tembo-stacks
Expand Down

0 comments on commit daaeef5

Please sign in to comment.