mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Update site data workflow fix: remove ambiguous main tag (#2313)
* feat(workflow): fix update site data workflow err * feat(workflow): the final update side data workflow fix (hopefully)
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
|||||||
pip3 install .
|
pip3 install .
|
||||||
python3 ./utils/update_site_data.py --empty-only
|
python3 ./utils/update_site_data.py --empty-only
|
||||||
|
|
||||||
|
- name: Remove ambiguous main tag
|
||||||
|
run: git tag -d main || true
|
||||||
|
|
||||||
- name: Check for meaningful changes
|
- name: Check for meaningful changes
|
||||||
id: check
|
id: check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user