From 10daaccaf37ef9556ff15430cb08c6e8f6991618 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Fri, 19 Apr 2024 12:49:51 -0400 Subject: [PATCH] build: explicitly point to config files --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4882de22..bc0358ef 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,8 @@ jobs: id: release with: token: ${{ secrets.GITHUB_TOKEN }} - release-type: node + config-file: release-please-config.json + manifest-file: .release-please-manifest.json # The logic below handles the npm publication: - uses: actions/checkout@v3 # these if statements ensure that a publication only occurs when