Skip to content

Commit a4ae34f

Browse files
committed
fix: correct path key for workspace release
1 parent 15c19c1 commit a4ae34f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/content/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
release-type: node
2222
{{#if pkgRelPath}}
2323
monorepo-tags: true
24-
paths: {{pkgRelPath}}
24+
path: {{pkgRelPath}}
2525
{{/if}}
2626
changelog-types: >
2727
[

tap-snapshots/test/apply/full-content.js.test.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ jobs:
10681068
with:
10691069
release-type: node
10701070
monorepo-tags: true
1071-
paths: workspaces/b
1071+
path: workspaces/b
10721072
changelog-types: >
10731073
[
10741074
{"type":"feat","section":"Features","hidden":false},
@@ -1101,7 +1101,7 @@ jobs:
11011101
with:
11021102
release-type: node
11031103
monorepo-tags: true
1104-
paths: workspaces/a
1104+
path: workspaces/a
11051105
changelog-types: >
11061106
[
11071107
{"type":"feat","section":"Features","hidden":false},

0 commit comments

Comments
 (0)