Added a multipublish action

This action scans code bases (or Github workspaces) for `package.json` files and publishes each package to the specified registry (default is npm registry).
This commit is contained in:
Corey Butler 2020-02-12 10:08:05 -06:00 committed by GitHub
parent 7029927eed
commit 9ff70a270e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,6 +344,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish)
- [Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme)
- [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action)
- [Publish one _or more_ JS modules to a registry](https://github.com/author/action-publish)
#### Docker