Skip to content

Commit 53365b1

Browse files
authored
fix: release-please workspace path (#74)
should not be a glob, that's only for the action config
1 parent 16cf8ff commit 53365b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/content/release-please-workspace.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
release-type: node
2121
monorepo-tags: true
22-
path: %%pkgpath%%/**
22+
path: %%pkgpath%%
2323
# If you change changelog-types be sure to also update commitlintrc.js
2424
changelog-types: >
2525
[{"type":"feat","section":"Features","hidden":false},

0 commit comments

Comments
 (0)