Skip to content

Commit

Permalink
fix: chart release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Nov 19, 2023
1 parent 81a7020 commit 7fb1713
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: package and push charts
run: |
RELEASE_TAG=${{ github.ref_name }}
RELEASE_VERSION=${RELEASE_TAG#v}
helm registry login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
make set-chart-versions $RELEASE_VERSION
Expand Down

0 comments on commit 7fb1713

Please sign in to comment.