@decaf-ts/utils 0.3.8 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,7 +79,7 @@ GIT_USER=$(git config user.name)
79
79
  REMOTE_URL=$(git remote get-url origin)
80
80
 
81
81
  if [[ "$(cat .token)" ]]; then
82
- git push -u "https://${GIT_USER}:$(cat .token)@${REMOTE_URL#https://}" master --follow-tags
82
+ git push -u "https://${GIT_USER}:$(cat .token)@${REMOTE_URL#https://}" --follow-tags
83
83
  else
84
84
  git push --follow-tags
85
85
  fi