Skip to content

Commit 60d99aa

Browse files
committed
mktags: fix TTY issue with tag signing
1 parent e9941a8 commit 60d99aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mktags

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Stop on any error.
44
set -e
55

6+
export GPG_TTY=$(tty)
7+
68
FILE=draft-young-md-query.xml
79
TAG=$(grep docName ${FILE} | sed "s/.*docName=\"//" | sed "s/\".*//")
810
git tag -s ${TAG} -m "Tag ${TAG}"

0 commit comments

Comments
 (0)