Skip to content

Commit 441e4a7

Browse files
committed
GitHub Actions: disable tagging temporarily
For preparing ctags 6.0.0, disable weekly tagging temporarily. Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 50ab7a7 commit 441e4a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

misc/git-tag-maybe.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
echo tagging is disabled temporary
6+
exit 0
7+
58
##################################### util #######################################
69

710
COLOR_RED='\033[0;31m' # Red

0 commit comments

Comments
 (0)