Skip to content

Commit

Permalink
ci: possibly fixed helm chart sync job
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jan 15, 2023
1 parent 193b8a3 commit 51c1a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: get chart version
id: chart-version
run: |
CHART_VERSION=$(yq .version charts/recruit/Chart.yaml)
CHART_VERSION=$(yq .version recruit/charts/recruit/Chart.yaml)
echo "version=${CHART_VERSION}" >> "$GITHUB_OUTPUT"
- uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # tag=v4.2.3
Expand Down

0 comments on commit 51c1a87

Please sign in to comment.