diff --git a/src/tag-oscript-dev.sh b/src/tag-oscript-dev.sh index b431498..005582d 100755 --- a/src/tag-oscript-dev.sh +++ b/src/tag-oscript-dev.sh @@ -1,4 +1,4 @@ #!/bin/bash set -euo pipefail -git tag -f oscript_dev && git push oscript_dev -f \ No newline at end of file +git tag -f oscript_dev && git push origin oscript_dev -f \ No newline at end of file