Skip to content

Nexus Release

Actions
close and release nexus repo
1
Latest
Star (0)

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

Nexus Release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

close and release nexus repo
1
Latest

Nexus Release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.