Actualiser .gitea/workflows/00_check-release.yaml
All checks were successful
Check BlueSky Crossposter version / check-version (push) Successful in 22s
Build and Push Docker Image / build (push) Successful in 41s

This commit is contained in:
2025-04-05 21:45:39 +02:00
parent 915ff89c50
commit dbca30171f

View File

@@ -21,8 +21,8 @@ jobs:
mkdir -p /tmp mkdir -p /tmp
git ls-remote https://github.com/Linus2punkt0/bluesky-crossposter.git HEAD \ git ls-remote https://github.com/Linus2punkt0/bluesky-crossposter.git HEAD \
| cut -f 1 > /tmp/bluesky_crossposter_latest.txt | cut -f 1 > /tmp/bluesky_crossposter_latest.txt
diff calibre_web_latest.txt /tmp/bluesky_crossposter_latest.txt \ diff bluesky_crossposter_latest.txt /tmp/bluesky_crossposter_latest.txt \
|| mv /tmp/calibre_web_latest.txt bluesky_crossposter_latest.txt || mv /tmp/bluesky_crossposter_latest.txt bluesky_crossposter_latest.txt
shell: bash shell: bash
- name: Check if version changed - name: Check if version changed