Skip to content

Commit

Permalink
fix: correct path key for workspace release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Mar 29, 2022
1 parent 15c19c1 commit a4ae34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/content/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
release-type: node
{{#if pkgRelPath}}
monorepo-tags: true
paths: {{pkgRelPath}}
path: {{pkgRelPath}}
{{/if}}
changelog-types: >
[
Expand Down
4 changes: 2 additions & 2 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
paths: workspaces/b
path: workspaces/b
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
Expand Down Expand Up @@ -1101,7 +1101,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
paths: workspaces/a
path: workspaces/a
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
Expand Down

0 comments on commit a4ae34f

Please sign in to comment.