Skip to content

Commit

Permalink
ci: dont use the ref for the chart ver
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Apr 20, 2024
1 parent 1a7ab54 commit 29219fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get chart version
run: |
CHART_VERSION=$(echo ${{ github.ref_name }} | grep -Eo "v.*")
CHART_VERSION=$(cat chart/Chart.yaml | grep -Eo "[0-9]+\.[0-9]+\.[0-9]+$")
echo "CHART_VERSION=${CHART_VERSION}" >> $GITHUB_ENV
- name: Login to ghcr.io
Expand Down

0 comments on commit 29219fe

Please sign in to comment.