Skip to content

Commit

Permalink
another attempt to fix bootstrapping...
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 10, 2018
1 parent a0c818c commit 8c08f36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ echo $GPG_PRIVATE_KEY_B64 | base64 --decode > gpg_key
gpg --import gpg_key

rm gpg_key
mill dev.launcher
mill release

out/dev/launcher/dest/run mill.scalalib.PublishModule/publishAll \
~/mill-release mill.scalalib.PublishModule/publishAll \
lihaoyi:$SONATYPE_PASSWORD \
$GPG_PASSWORD \
__.publishArtifacts \
--release \
true


out/dev/launcher/dest/run uploadToGithub $GITHUB_ACCESS_TOKEN
~/mill-release uploadToGithub $GITHUB_ACCESS_TOKEN

0 comments on commit 8c08f36

Please sign in to comment.