We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c2ecb commit 3b20752Copy full SHA for 3b20752
project/scripts/sbtPublish
@@ -29,4 +29,5 @@ echo "$PGP_SECRET" > "$HOME/.sbt/gpg/secring.asc"
29
30
# run sbt with the supplied arg
31
SBT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >& /dev/null && pwd)/sbt"
32
-"$SBT" -DSBT_PGP_USE_GPG=false "$RELEASE_CMD"
+export SBT_PGP_USE_GPG=false
33
+"$SBT" "$RELEASE_CMD"
0 commit comments