Skip to content

Commit

Permalink
Merge pull request #213 from ForgeRock/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
paulbsch authored Dec 20, 2024
2 parents 6ef6a59 + ab0d87d commit f13b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
sed -ie "s/^version:.*/version:\ ${{ env.RELEASE_TAG }}/" charts/identity-platform/Chart.yaml
sed -ie "s/^appVersion:.*/appVersion:\ ${{ env.RELEASE_TAG }}/" charts/identity-platform/Chart.yaml
sed -ie "s/tag:\ latest/tag:\ \"${{ env.BUILD_TAG }}\"/g" charts/identity-platform/values.yaml
sed -ie "s/tag:\ latest/tag:\ '${{ env.BUILD_TAG }}'/g" charts/identity-platform/values.yaml
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit f13b388

Please sign in to comment.