Skip to content

Commit

Permalink
Fix helm release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya authored Jan 5, 2025
1 parent 727f548 commit 45698e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/helm-release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
run: |
export tag=$(echo ${GITHUB_REF#refs/tags/} | sed 's/^v//')
helm package ./chart --version $tag --app-version $tag
env:
GITHUB_REF: ${{ github.ref }}
- name: Push Helm Chart to GHCR
run: |
Expand Down

0 comments on commit 45698e1

Please sign in to comment.