Skip to content

Commit 76ec23d

Browse files
authored
fix(main): revert release-please-action to v3 due to many breaking changes (#110)
1 parent 1a4763b commit 76ec23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
application_id: "${{ secrets.RELEASE_PLEASE_APPLICATION_ID }}"
5353
application_private_key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
5454
organization: ${{ github.repository_owner }}
55-
- uses: googleapis/release-please-action@v4
55+
- uses: googleapis/release-please-action@v3
5656
id: release
5757
with:
5858
default-branch: main

0 commit comments

Comments
 (0)