qiaojunfeng commited on
Commit
32c7f17
·
1 Parent(s): c207cb3

Run git push

Browse files
Files changed (1) hide show
  1. release.sh +2 -1
release.sh CHANGED
@@ -72,7 +72,8 @@ huggingface-cli upload \
72
  --commit-message "$COMMIT_MSG" \
73
  --commit-description "$COMMIT_DESC"
74
  # also push tags
75
- git push --tags
 
76
  # and fetch the artifacts branch
77
  git fetch origin $DEPLOY_BRANCH:$DEPLOY_BRANCH
78
 
 
72
  --commit-message "$COMMIT_MSG" \
73
  --commit-description "$COMMIT_DESC"
74
  # also push tags
75
+ git push origin main
76
+ git push origin --tags
77
  # and fetch the artifacts branch
78
  git fetch origin $DEPLOY_BRANCH:$DEPLOY_BRANCH
79