actions-marketplace-validations/Publish gem to Nexus
Build and publish a ruby gem to a Sonatype's Nexus Repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 21, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/drowze_action-publish-gem-to-nexus@ad923d949ff147f80608db3e7891ac3a8679fb0f # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Nexus repository URL | yes | — |
| username | Username with write access to Nexus | yes | — |
| password | Password to Nexus | yes | — |
Outputs
| name | description |
|---|---|
| name | Gem name (as described on the gemspec) |
| full-version | Gem version that was published (as described on the gemspec). Only present if upload was successful. |