Created
October 30, 2021 16:03
-
-
Save jupegarnica/c2e3c558d9f86c1c1084cc931d4f03d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
DIR=$(dirname $(realpath "$0")) | |
git pull | |
sh $DIR/tag.sh &&/ | |
git push origin master &&/ | |
git push --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment