diff --git a/.github/workflows/set-appversion.yml b/.github/workflows/set-appversion.yml index c7cf9fc..1e1aee4 100644 --- a/.github/workflows/set-appversion.yml +++ b/.github/workflows/set-appversion.yml @@ -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