Skip to content

Commit fa3c49b

Browse files
committed
fix: explicitly set package-name for release please workspaces
1 parent afe6fb1 commit fa3c49b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/content/release-please.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
{{#if pkgRelPath}}
2323
monorepo-tags: true
2424
path: {{pkgRelPath}}
25+
# name can be removed after this is merged
26+
# https://github.com/google-github-actions/release-please-action/pull/459
27+
package-name: "{{pkgName}}"
2528
{{/if}}
2629
changelog-types: >
2730
[

0 commit comments

Comments
 (0)