Skip to content

Commit 764aa49

Browse files
committed
chore: duplicate plugin
1 parent 5402713 commit 764aa49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Publish to npm
2-
author: pascalgn
3-
description: Automatically publish new versions to npm
1+
name: Publish to npm monorepo
2+
author: wtrocki
3+
description: Automatically publish new versions to npm for multiple packages in repo
44

55
inputs:
66
commit_pattern:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "npm-publish-action",
2+
"name": "npm-publish-monorepo-action",
33
"version": "0.0.1",
44
"description": "GitHub action to automatically publish packages to npm",
55
"author": "Pascal",

0 commit comments

Comments
 (0)