Skip to content

Commit

Permalink
Merge pull request #287 from sbt/SethTisue-patch-1
Browse files Browse the repository at this point in the history
fix a couple of things in the readme
  • Loading branch information
eed3si9n authored Nov 27, 2023
2 parents 0378785 + c838ca3 commit d1c49a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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?
Expand Down

0 comments on commit d1c49a5

Please sign in to comment.