Skip to content

Commit

Permalink
Sonatype auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Jun 18, 2024
1 parent c040fab commit 8084048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
release:prepare release:perform \
-Dusername=$GITHUB_ACTOR -Dpassword=$GITHUB_TOKEN ${VERSION:+"-DdevelopmentVersion="$VERSION"-SNAPSHOT"}
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_USERNAME: ${{ secrets.MVN_CENTRAL_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MVN_CENTRAL_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_PASSWORD }}

# Export the last git tag into env.
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- Refactoring to manage data exceptions
- Fix exception on script template
- Standardizing method names
- Update to H2GIS 2.2.2-SNAPSHOT
- Update to H2GIS 2.2.2-SNAPSHOT
- Use new sonatype auth

0 comments on commit 8084048

Please sign in to comment.