We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eceec88 commit 899e958Copy full SHA for 899e958
project/scripts/sbtPublish
@@ -26,6 +26,7 @@ CMD="$CMD ;set pgpPassphrase := Some(\"\"\"$4\"\"\".toCharArray)"
26
CMD="$CMD ;set pgpSecretRing := file(\"/keys/secring.asc\")"
27
CMD="$CMD ;set pgpPublicRing := file(\"/keys/pubring.asc\")"
28
#CMD="$CMD ;dotty-bootstrapped/publishSigned ;sonatypeRelease"
29
+CMD="$CMD ;dotty-bootstrapped/publishSigned"
30
31
export NIGHTLYBUILD="yes"
32
sbt -J-Xmx4096m \
0 commit comments