actions-marketplace-validations/Publish Composer package
Publishes the composer package in the current directory to a (Nexus) repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 25, 2024
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/tudock_action-composer-nexus-upload@42b8f03bb4973497d71a7d402cd47865030128e8 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | URL of the Nexus repository | yes | — |
| username | Username | yes | — |
| password | Password | yes | — |
| version | Version to publish the Composer package as | no | "" |
| package-path | Path to package to upload, relative to repository root. | no | "" |
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| github-event-name | Github event name. You do not need to set this (just required because github. access isn't possible in the steps.) | no | ${{ github.event_name }} |
| github-ref-type | Github ref type. You do not need to set this (just required because github. access isn't possible in the steps.) | no | ${{ github.ref_type }} |
| github-ref-name | Github ref name. You do not need to set this (just required because github. access isn't possible in the steps.) | no | ${{ github.ref_name }} |
Outputs
no outputs