Skip to content

Commit

Permalink
Fix missing newline at end of RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Jun 15, 2023
1 parent 07a715a commit 889f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export ORG_GRADLE_PROJECT_mavenCentralPassword=SONATYPE_PASSWORD_GOES_HERE
```
`./gradlew build`\
`./gradlew publish -Psigning.keyId=E0F9CC42 -Psigning.secretKeyRingFile=$HOME/.gnupg/modernmt.gpg -Psigning.password=$(cat ~/.gnupg/mmt_passphrase)`\
`./gradlew closeAndReleaseRepository`
`./gradlew closeAndReleaseRepository`

0 comments on commit 889f709

Please sign in to comment.