Skip to content

Commit

Permalink
build: update release please to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidacevedo committed Feb 17, 2023
1 parent 3392ce9 commit 6e49fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release-pr:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: GoogleCloudPlatform/release-please-action@v3
id: release-please
with:
token: ${{ secrets.REACTSTRAP_TOKEN }}
Expand All @@ -19,7 +19,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.REACTSTRAP_TOKEN }}
Expand Down

0 comments on commit 6e49fb1

Please sign in to comment.