Skip to content

Commit

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

chore(deps): bump mikefarah/yq from 4.33.3 to 4.34.2
  • Loading branch information
ds-jhartmann authored Jul 24, 2023
2 parents c3a9b67 + cb8910f commit 8e7a1df
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.33.3
uses: mikefarah/yq@v4.34.2
with:
cmd: yq -i eval '.appVersion = "${{ github.ref_name }}"' charts/irs-helm/Chart.yaml

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

Expand Down

0 comments on commit 8e7a1df

Please sign in to comment.