Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix(build): run latest dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 25, 2020
1 parent ff5dfe1 commit 799e6de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- main
name: release-please
jobs:
build:
build:
env:
ACTION_NAME: release-please-action
runs-on: ubuntu-latest
Expand Down Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 799e6de

Please sign in to comment.