Skip to content

Commit 10daacc

Browse files
committed
build: explicitly point to config files
1 parent 8120112 commit 10daacc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
id: release
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
15-
release-type: node
15+
config-file: release-please-config.json
16+
manifest-file: .release-please-manifest.json
1617
# The logic below handles the npm publication:
1718
- uses: actions/checkout@v3
1819
# these if statements ensure that a publication only occurs when

0 commit comments

Comments
 (0)