We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4763b commit 76ec23dCopy full SHA for 76ec23d
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
application_id: "${{ secrets.RELEASE_PLEASE_APPLICATION_ID }}"
53
application_private_key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
54
organization: ${{ github.repository_owner }}
55
- - uses: googleapis/release-please-action@v4
+ - uses: googleapis/release-please-action@v3
56
id: release
57
with:
58
default-branch: main
0 commit comments