Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 799e6de

Browse files
author
bcoe
committed
fix(build): run latest dist
1 parent ff5dfe1 commit 799e6de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- main
55
name: release-please
66
jobs:
7-
build:
7+
build:
88
env:
99
ACTION_NAME: release-please-action
1010
runs-on: ubuntu-latest
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: [build]
6161
steps:
62-
- uses: GoogleCloudPlatform/release-please-action@v2.8.0
62+
- uses: GoogleCloudPlatform/release-please-action@v2.8.1
6363
with:
6464
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
6565
release-type: node
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
needs: [build]
7272
steps:
73-
- uses: GoogleCloudPlatform/release-please-action@v2.8.0
73+
- uses: GoogleCloudPlatform/release-please-action@v2.8.1
7474
id: release
7575
with:
7676
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)