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

pasmophobia/nexus-release

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published