actions-marketplace-validations/Publish Built package to a branch

Build each commit and publish to a branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenA GitHub token with write access to the repository contentsyes
working-directoryDirectory in which to run the pack commandno./
pack-commandCommand to generate the package tarballnonpm pack
branchBranch name to push the contents tonodist
tmp-dirEmpty directory in which to unpack the package tarball; will be created if it does not existno./tmp/dist-action
commit-messageCommit message to use when pushing to the branchnoPublish dist for ${{ github.sha }}
commit-userName of the user to use when committing to the branchnogithub-actions[bot]
commit-emailEmail of the user to use when committing to the branchnogithub-actions[bot]@users.noreply.github.com
omit-scriptsComma separated list of scripts to omit from package.json after packing, or "*" to omit everythingnoprepack,postpack

no outputs