We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0378785 + c838ca3 commit d1c49a5Copy full SHA for d1c49a5
readme.md
@@ -143,7 +143,7 @@ gpg --gen-key
143
"sbt-ci-release bot".
144
- For email, use your own email address
145
- For passphrase, generate a random password with a password manager. This will be the
146
- environment variables PGP_PASSPHRASE in your CI. Take not of `PGP_PASSPHRASE`.
+ environment variables PGP_PASSPHRASE in your CI. Take note of `PGP_PASSPHRASE`.
147
148
At the end you'll see output like this
149
@@ -366,7 +366,7 @@ Enjoy 👌
366
Add the following to the project settings (works only in sbt 1)
367
368
```scala
369
-skip in publish := true
+publish / skip := true
370
```
371
372
### How do I publish cross-built projects?
0 commit comments