Actualiser .gitea/workflows/00_check-release.yaml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user