Skip to content

Commit

Permalink
Added git pull && before git push for latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Sep 10, 2024
1 parent e9fecb6 commit e2d6fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ git commit -n -m "Built chatgpt.js $new_ver"

# Push to GiHub
echo -e "${by}\nPushing to GitHub...\n${nc}"
git push
git pull && git push

# Publish to NPM
if [[ "$*" == *"--publish"* ]] ; then
Expand Down

0 comments on commit e2d6fe0

Please sign in to comment.