Skip to content

Commit 384c119

Browse files
authored
ci: lower release please version to v3 (#427)
Signed-off-by: Michael Beemer <[email protected]>
1 parent f726706 commit 384c119

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: googleapis/release-please-action@v4
24+
- uses: googleapis/release-please-action@v3
2525
id: release
2626
with:
27+
command: manifest
2728
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
28-
target-branch: main
29+
default-branch: main
30+
signoff: "OpenFeature Bot <[email protected]>"
2931
outputs:
3032
release_created: ${{ steps.release.outputs.release_created }}
3133
release_tag_name: ${{ steps.release.outputs.tag_name }}

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"bootstrap-sha": "198336b098f167f858675235214cc907ede10182",
3-
"signoff": "OpenFeature Bot <[email protected]>",
43
"packages": {
54
".": {
65
"release-type": "python",

0 commit comments

Comments
 (0)