Skip to content

Commit 19f6ea5

Browse files
authored
chore: Downgrade release-please to make it work for now (#4628)
* 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 <[email protected]>
1 parent 9173d13 commit 19f6ea5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
1414
app-id: ${{ secrets.TOKENS_APP_ID }}
15-
- uses: GoogleCloudPlatform/release-please-action@v3
15+
- uses: GoogleCloudPlatform/release-please-action@v3.1.4
1616
id: release
1717
with:
1818
token: ${{ steps.get-token.outputs.token }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"Cole Bosmann",
3030
"Dan Croak (https://twitter.com/croaky)",
3131
"Dan Loewenherz <[email protected]> (https://twitter.com/dwlz)",
32+
"Daniel Tschinder (https://twitter.com/TschinderDaniel)",
3233
"Daniel Woelfel <[email protected]> (https://twitter.com/danielwoelfel)",
3334
"Dave Ackerman <[email protected]>",
3435
"David Calavera <[email protected]> (https://twitter.com/calavera)",

0 commit comments

Comments
 (0)