From 799e6de570879ef6ad3d7067295b3e0c2c837e04 Mon Sep 17 00:00:00 2001 From: bcoe Date: Wed, 25 Nov 2020 12:52:40 -0800 Subject: [PATCH] fix(build): run latest dist --- .github/workflows/release-please.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 82424a9..c57e433 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -4,7 +4,7 @@ on: - main name: release-please jobs: - build: + build: env: ACTION_NAME: release-please-action runs-on: ubuntu-latest @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2.8.0 + - uses: GoogleCloudPlatform/release-please-action@v2.8.1 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} release-type: node @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2.8.0 + - uses: GoogleCloudPlatform/release-please-action@v2.8.1 id: release with: token: ${{ secrets.GITHUB_TOKEN }}