deploy/tag.sh

5 lines
64 B
Bash
Raw Normal View History

2024-05-18 23:50:27 +00:00
#!/bin/sh
git tag -fa v1 -m 'Update tag v1'
git push -f --tags