Skip to content

Commit d1c49a5

Browse files
authored
Merge pull request #287 from sbt/SethTisue-patch-1
fix a couple of things in the readme
2 parents 0378785 + c838ca3 commit d1c49a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ gpg --gen-key
143143
"sbt-ci-release bot".
144144
- For email, use your own email address
145145
- 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`.
146+
environment variables PGP_PASSPHRASE in your CI. Take note of `PGP_PASSPHRASE`.
147147

148148
At the end you'll see output like this
149149

@@ -366,7 +366,7 @@ Enjoy 👌
366366
Add the following to the project settings (works only in sbt 1)
367367

368368
```scala
369-
skip in publish := true
369+
publish / skip := true
370370
```
371371

372372
### How do I publish cross-built projects?

0 commit comments

Comments
 (0)