Skip to content

Commit

Permalink
Update on-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieBriggs-MoJ authored Dec 16, 2024
1 parent 640c248 commit 245a3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
APP_VERSION: ${{ needs.build-test-publish.outputs.app_version }}
run: |
echo "${{ env.REPO_NAME }}-${{ env.APP_VERSION }}"
cd laa-ccms-caab-helm-charts/laa-ccms-caab-service/charts/laa-ccms-caab-api/
cd laa-ccms-caab-helm-charts/laa-ccms-caab-service/charts/caab-api/
yq eval-all "( .appVersion = \"${{ env.REPO_NAME }}-${{ env.APP_VERSION }}\" )" -i Chart.yaml
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions Bot"
Expand Down

0 comments on commit 245a3b0

Please sign in to comment.