Skip to content

Commit

Permalink
change secrets location
Browse files Browse the repository at this point in the history
  • Loading branch information
KannarFr committed May 11, 2021
1 parent 711b3e6 commit 66e480b
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 @@ -93,7 +93,7 @@ mvn clean install -Dmaven.test.skip=true
mvn versions:set -DnewVersion=<NEW-VERSION>
```

Commit and tag the version. Then push and create a GitHub release.
Commit and tag the version. Then push and create a **GitHub release**.

Finally, publishing to Nexus and Maven Central is **automatically triggered by creating a GitHub release** using GitHub Actions.

Expand All @@ -112,4 +112,4 @@ Publish requires following secrets:
* `OSSRH_GPG_SECRET_KEY` the gpg private key used to sign packages
* `OSSRH_GPG_SECRET_KEY_PASSWORD` the gpg private key password

These are stored in GitHub repository's secrets.
These are stored in GitHub organisation's secrets.

0 comments on commit 66e480b

Please sign in to comment.