From f2bda04bb55ac6fdaf5e3673a78323966a3768b5 Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 17 Sep 2020 12:17:27 -0700 Subject: [PATCH] fix(build): release from fork --- .github/workflows/release-please.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index a370490..20efde1 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -7,8 +7,9 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.0.0 + - uses: GoogleCloudPlatform/release-please-action@v2.3.0 with: token: ${{ secrets.RELEASE_PR_TOKEN }} release-type: node + fork: true package-name: release-please-action