From c838ca3b42aa6ab1e451e8c7c4d9a218ff114bac Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sun, 26 Nov 2023 18:29:24 -0800 Subject: [PATCH] fix a couple of things in the readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a241aaf..3eb10a4 100644 --- a/readme.md +++ b/readme.md @@ -143,7 +143,7 @@ gpg --gen-key "sbt-ci-release bot". - For email, use your own email address - For passphrase, generate a random password with a password manager. This will be the - environment variables PGP_PASSPHRASE in your CI. Take not of `PGP_PASSPHRASE`. + environment variables PGP_PASSPHRASE in your CI. Take note of `PGP_PASSPHRASE`. At the end you'll see output like this @@ -366,7 +366,7 @@ Enjoy 👌 Add the following to the project settings (works only in sbt 1) ```scala -skip in publish := true +publish / skip := true ``` ### How do I publish cross-built projects?