actions-marketplace-validations/Publish Composer package

Publishes the composer package in the current directory to a (Nexus) repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 25, 2024
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/tudock_action-composer-nexus-upload@42b8f03bb4973497d71a7d402cd47865030128e8 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repositoryURL of the Nexus repositoryyes
usernameUsernameyes
passwordPasswordyes
versionVersion to publish the Composer package asno""
package-pathPath to package to upload, relative to repository root.no""
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
github-event-nameGithub 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-typeGithub 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-nameGithub ref name. You do not need to set this (just required because github. access isn't possible in the steps.)no${{ github.ref_name }}

no outputs