Skip to content

Commit

Permalink
update releasing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Sep 21, 2021
1 parent 239f645 commit 3f7c490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Add this to your `~/.gradle/gradle.properties`:
signing.keyId=<KEY ID>
signing.password=<KEY PASSWORD>
signing.secretKeyRingFile=/Users/YOUR_USERNAME_/.gnupg/secring.gpg
SONATYPE_NEXUS_USERNAME=<SONATYPE_USERNAME>
SONATYPE_NEXUS_PASSWORD=<SONATYPE_PASSWORD>
mavenCentralUsername=<SONATYPE_USERNAME>
mavenCentralPassword=<SONATYPE_PASSWORD>
```

### Set up GitHub CLI
Expand Down

0 comments on commit 3f7c490

Please sign in to comment.