Kushwanth Chowday Kandala commited on
Commit
7bfac78
1 Parent(s): c940b59

Update sync_to_huggingspace_hub.yml

Browse files
.github/workflows/sync_to_huggingspace_hub.yml CHANGED
@@ -20,8 +20,6 @@ jobs:
20
  run: git for-each-ref --format="%(refname)" refs/original/ | xargs -I {} git update-ref -d {}
21
  - name: garbage collector
22
  run: git gc --prune=now && git gc --aggressive --prune=now
23
- - name: push all tags
24
- run: git push origin --force --tags
25
  - name: push the changes
26
  env:
27
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
20
  run: git for-each-ref --format="%(refname)" refs/original/ | xargs -I {} git update-ref -d {}
21
  - name: garbage collector
22
  run: git gc --prune=now && git gc --aggressive --prune=now
 
 
23
  - name: push the changes
24
  env:
25
  HF_TOKEN: ${{ secrets.HF_TOKEN }}