Skip to content

Commit e9f6a13

Browse files
committed
fix: add git push to update script
1 parent 89713c0 commit e9f6a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ main() {
4444
echo "Committing and pushing to GitHub"
4545
git add .
4646
git commit -m "chore: updating version $CODE_SERVER_VERSION_TO_UPDATE"
47+
git push
4748
echo "Action requried: make sure to push to aur: git push aur"
4849
}
4950

0 commit comments

Comments
 (0)