Skip to content

Commit

Permalink
Merge pull request #47 from ForgeRock/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
paulbsch authored Nov 25, 2024
2 parents a153884 + 23ba7f7 commit 3d32191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Update chart version
id: update_chart_version
run: sed -ie "s/^\(.*ersion:\).*/\1 $BUILD_TAG/g" charts/identity-platform/Chart.yaml

- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 3d32191

Please sign in to comment.