Actualiser .gitea/workflows/check-release.yaml
Some checks are pending
Check Calibre-web version / check-version (push) Has started running

This commit is contained in:
2025-04-05 20:39:37 +02:00
parent 9ebbc5f27e
commit 8624dd5cb4

View File

@@ -11,7 +11,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install curl
run: sudo apt install -y curl
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: curl awk
- name: retrieve Calibre-web version
run: curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/releases/latest" \
| awk '/tag_name/{print $4;exit}' FS='[""]' > calibre_web_latest.txt