Skip to content

Commit

Permalink
Merge pull request #337 from eclipse-tractusx/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/mikefarah/yq-4.40.5

chore(deps): bump mikefarah/yq from 4.35.2 to 4.40.5
  • Loading branch information
ds-jhartmann authored Dec 21, 2023
2 parents e8b4d80 + 4e1fc1f commit 51cb3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
run: echo HELM_VERSION=$(cat charts/irs-helm/CHANGELOG.md | sed -n 's/.*\[\([0-9]\+\.[0-9]\+\.[0-9]\+\)\].*/\1/p' | head -n 1) >> $GITHUB_ENV

- name: Update Chart.yaml appVersion
uses: mikefarah/yq@v4.35.2
uses: mikefarah/yq@v4.40.5
with:
cmd: yq -i eval '.appVersion = "${{ github.ref_name }}"' charts/irs-helm/Chart.yaml

- name: Update Chart.yaml version
uses: mikefarah/yq@v4.35.2
uses: mikefarah/yq@v4.40.5
with:
cmd: yq -i eval '.version = "${{ env.HELM_VERSION }}"' charts/irs-helm/Chart.yaml

Expand Down

0 comments on commit 51cb3f2

Please sign in to comment.