Skip to content

Commit fb84e31

Browse files
committed
wip
1 parent 6f203e4 commit fb84e31

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/release-please-monorepo.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33

44
name: release-please-monorepo
55

6+
# on:
7+
# push:
8+
# tags:
9+
# - '*'
10+
611
on:
712
push:
8-
tags:
9-
- '*'
13+
branches:
14+
- main
1015

1116
jobs:
1217
release-please:
@@ -25,6 +30,8 @@ jobs:
2530
with:
2631
monorepo-tags: true
2732
token: ${{ secrets.GITHUB_TOKEN }}
33+
config-file: release-please-config.json
34+
manifest-file: .release-please-manifest.json
2835
# List each subdirectory you want to manage as a package
2936
# Add or remove entries as needed for your monorepo structure
3037
packages: |

0 commit comments

Comments
 (0)