Skip to content

Commit

Permalink
chore: Downgrade release-please to make it work for now (#4628)
Browse files Browse the repository at this point in the history
* chore: Downgrade release-please to make it work for now

Newer versions cannot parse versions/tags with major versions higher than 9.
googleapis/release-please#1451

* chore: update contributors field

Co-authored-by: danez <danez@users.noreply.github.com>
  • Loading branch information
danez and danez authored May 26, 2022
1 parent 9173d13 commit 19f6ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
app-id: ${{ secrets.TOKENS_APP_ID }}
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: GoogleCloudPlatform/release-please-action@v3.1.4
id: release
with:
token: ${{ steps.get-token.outputs.token }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"Cole Bosmann",
"Dan Croak (https://twitter.com/croaky)",
"Dan Loewenherz <dan@lionheartsw.com> (https://twitter.com/dwlz)",
"Daniel Tschinder (https://twitter.com/TschinderDaniel)",
"Daniel Woelfel <dwwoelfel@gmail.com> (https://twitter.com/danielwoelfel)",
"Dave Ackerman <dmackerman@gmail.com>",
"David Calavera <david@netlify.com> (https://twitter.com/calavera)",
Expand Down

1 comment on commit 19f6ea5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 287 MB

Please sign in to comment.