Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timgifford committed May 28, 2018
1 parent a545404 commit 6185d2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,10 @@ Sonatype requires all published components to be signed. These commands prompt f
./mvnw release:perform
```

2018-05-30
Had to add this command to the my console to get it signed:
```bash
GPG_TTY=$(tty)
export GPG_TTY
```

0 comments on commit 6185d2c

Please sign in to comment.