Skip to content

Commit

Permalink
Merge pull request #126 from flanksource/dependabot/github_actions/mi…
Browse files Browse the repository at this point in the history
…kefarah/yq-a198f72367ce9da70b564a2cc25399de8e27bf37

chore(deps): bump mikefarah/yq from 1dee08aa38504dc16ec6528d833024129ba67090 to a198f72367ce9da70b564a2cc25399de8e27bf37
  • Loading branch information
moshloop authored Jan 25, 2024
2 parents 7ffbdba + a16bf0e commit 7072ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
git fetch --prune --unshallow
echo "RELEASE_VERSION=$(git describe --abbrev=0 --tags | sed -e 's/^v//')" >> $GITHUB_ENV
- name: Update image tags
uses: mikefarah/yq@1dee08aa38504dc16ec6528d833024129ba67090 # master
uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # master
with:
cmd: |
yq -i e '.version = "${{ env.RELEASE_VERSION }}"' chart/Chart.yaml
Expand Down

0 comments on commit 7072ece

Please sign in to comment.