get stable js-controller version

This commit is contained in:
André Germann
2022-02-11 08:32:03 +01:00
committed by GitHub
parent f00aff57a1
commit 641be7cebe

View File

@@ -17,8 +17,10 @@ jobs:
- name: Fetch js-controller release version
run: |
curl -sL https://api.github.com/repos/ioBroker/ioBroker.js-controller/releases/latest | \
jq -r ".tag_name" > .github/dependencies/.js-controller-version
curl -sL https://repo.iobroker.live/sources-dist.json | \
jq -r '."js-controller".version' > .github/dependencies/.js-controller-version
# curl -sL https://api.github.com/repos/ioBroker/ioBroker.js-controller/releases/latest | \
# jq -r ".tag_name" > .github/dependencies/.js-controller-version
echo "[LOG] Fetched js-controller version is $(cat .github/dependencies/.js-controller-version)"
- name: Check for modified files