Skip to content

Commit

Permalink
Update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
atomashpolskiy committed Dec 5, 2021
1 parent ec590b8 commit 60e08b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/perform-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ else
GPG_KEYNAME="-Dgpg.keyname=${GPG_KEYNAME}"
fi

mvn -Darguments="${GPG_KEYNAME}" -Prelease release:perform
GPG_TTY=$(tty) mvn -Darguments="${GPG_KEYNAME}" -Prelease release:perform
2 changes: 1 addition & 1 deletion script/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ else
GPG_KEYNAME="-Dgpg.keyname=${GPG_KEYNAME}"
fi

mvn -Darguments="-DskipTests -DautoVersionSubmodules ${GPG_KEYNAME}" -Prelease release:prepare
GPG_TTY=$(tty) mvn -Darguments="-DskipTests -DautoVersionSubmodules ${GPG_KEYNAME}" -Prelease release:prepare

0 comments on commit 60e08b4

Please sign in to comment.