Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 453 Bytes

nexus-release

close and release nexus repo

example

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