mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +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 .
|
||||
python3 ./utils/update_site_data.py --empty-only
|
||||
|
||||
- name: Remove ambiguous main tag
|
||||
run: git tag -d main || true
|
||||
|
||||
- name: Check for meaningful changes
|
||||
id: check
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user