Feliday-js-client/deploy.sh
2021-01-20 10:23:37 -05:00

6 lines
69 B
Bash
Executable file

#!/bin/bash
new_tag="$1"
git tag $new_tag
git push origin $new_tag