Skip to content

Commit

Permalink
Merge pull request #1175 from kmesh-bot/cherry-pick-1174-to-release-1.0
Browse files Browse the repository at this point in the history
[release-1.0] Ability to automatically push helm packages at publicize release
  • Loading branch information
kmesh-bot authored Jan 10, 2025
2 parents 6ced9e4 + 328497d commit ca12261
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 @@ -59,3 +59,7 @@ jobs:
with:
files: |
out/charts/kmesh-helm-${{ github.ref_name }}.tgz
- name: Login to Github Container Registry
run: echo "${{ secrets.GH_PAT }}" | docker login ghcr.io -u $ --password-stdin
- name: Push kmesh helm package
run: make helm-push CHART_VERSION=${{ github.ref_name }}

0 comments on commit ca12261

Please sign in to comment.