auth0 / Auth0.Android

Android toolkit for Auth0 API
https://auth0.com
MIT License
208 stars 130 forks source link

fix: fixed release process to use maven publish plugin directly #739

Closed desusai7 closed 1 month ago

desusai7 commented 1 month ago

Changes

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. Since this library has unit testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist

desusai7 commented 1 month ago

This looks great! nice work @desusai7, I think we just have to make some changes to the release action as we have changed the number of variables we are passing in and the command to do the release has changed now - https://github.com/auth0/Auth0.Android/blob/main/.github/actions/maven-publish/action.yml#L39

Everything looks good to me

@poovamraj, updated the maven-publish action with new variables. Can you please take a look again ?