Skip to content

Commit 8c08f36

Browse files
committed
another attempt to fix bootstrapping...
1 parent a0c818c commit 8c08f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/release.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ echo $GPG_PRIVATE_KEY_B64 | base64 --decode > gpg_key
77
gpg --import gpg_key
88

99
rm gpg_key
10-
mill dev.launcher
10+
mill release
1111

12-
out/dev/launcher/dest/run mill.scalalib.PublishModule/publishAll \
12+
~/mill-release mill.scalalib.PublishModule/publishAll \
1313
lihaoyi:$SONATYPE_PASSWORD \
1414
$GPG_PASSWORD \
1515
__.publishArtifacts \
1616
--release \
1717
true
1818

1919

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

0 commit comments

Comments
 (0)