deploy/tag.sh
2024-05-19 00:50:27 +01:00

5 lines
64 B
Bash
Executable File

#!/bin/sh
git tag -fa v1 -m 'Update tag v1'
git push -f --tags