Skip to content

Commit f987afc

Browse files
authored
update release
Signed-off-by: Michael Beemer <[email protected]>
1 parent 77c35aa commit f987afc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
- 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 }}

0 commit comments

Comments
 (0)