lemmy-js-client/deploy.sh

7 lines
69 B
Bash
Raw Normal View History

2021-01-20 15:23:37 +00:00
#!/bin/bash
new_tag="$1"
git tag $new_tag
git push origin $new_tag