Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jochbru committed Jul 5, 2024
1 parent fdf3024 commit a583b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/set-appversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:


- name: Find image version
uses: mikefarah/yq@v4.44.2
run: |
wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz -O - |\
tar xz && mv ${BINARY} /usr/bin/yq
export VERSION=$(yq '.librenms.image.tag' charts/librenms/values.yaml)
yq -e -i '.appVersion = $VERSION' charts/librenms/Chart.yaml
Expand Down

0 comments on commit a583b5f

Please sign in to comment.