Skip to content

Commit 8c74a73

Browse files
authored
Update rcfg.sh
1 parent 7ac97f7 commit 8c74a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rcfg.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
set -e
1717
set -o pipefail
1818

19+
export GPG_TTY=/dev/console
20+
1921
CURRENT_VERSION=$(grep -o '[0-9]*\.[0-9]*\.[0-9]*-SNAPSHOT' -m 1 pom.xml)
2022

2123
NUMBERS=($(echo $tag | grep -o -E '[0-9]+'))

0 commit comments

Comments
 (0)