From 9ff70a270ed6ec7bdbbe1dcbd86c0a570d9321a5 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Feb 2020 10:08:05 -0600 Subject: [PATCH 1/2] 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). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3145d71..ff1962c 100644 --- a/README.md +++ b/README.md @@ -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 From aab30f01720044bffd75e7dbd1583054b9841bc3 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Feb 2020 13:05:59 -0600 Subject: [PATCH 2/2] Removed link formatting Complies with lint rules. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1962c..68989d1 100644 --- a/README.md +++ b/README.md @@ -344,7 +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) +- [Publish one or more JS modules to a registry](https://github.com/author/action-publish) #### Docker