Skip to content

Commit

Permalink
build: fix app_version not being picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jan 29, 2024
1 parent 3ae8f5b commit 7667da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-chart-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# this commit will effectively cause another run of the workflow which then actually performs the helm chart release
- run: |
npm install -g semver
make chart-bump-version CHART="${{ inputs.chart }}" APP_VERSION="${{ needs.build-images.outputs.version }}"
make chart-bump-version CHART="${{ inputs.chart }}" APP_VERSION="${{ inputs.app_version }}"
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git commit -am "chore: update helm chart version"
Expand Down

0 comments on commit 7667da5

Please sign in to comment.