close and release nexus repo
- name: Nexus releaseuses: Propromp/nexus-release@1with:
server: "s01.oss.sonatype.org"# Nexus server name (default:oss.sonatype.org)groupId: "com.example"# Group id of the repositorynexusUsername: ${{ secrets.NEXUS_USERNAME }} # User name of the nexus repository managernexusPassword: ${{ secrets.NEXUS_PASSWORD }} # Password of the nexus repository manager