1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-26 23:58:28 +03:00
wezterm/ci/tag.sh

5 lines
58 B
Bash
Raw Normal View History

2019-03-24 08:58:23 +03:00
#!/bin/bash
2022-01-01 23:33:40 +03:00
TAGNAME=$(./ci/tag-name.sh)
2019-03-24 08:58:23 +03:00
git tag $TAGNAME