We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c35aa commit f987afcCopy full SHA for f987afc
.github/workflows/release.yml
@@ -24,8 +24,10 @@ jobs:
24
- uses: googleapis/release-please-action@v3
25
id: release
26
with:
27
+ command: manifest
28
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
- target-branch: main
29
+ default-branch: main
30
+ signoff: "OpenFeature Bot <[email protected]>"
31
outputs:
32
release_created: ${{ steps.release.outputs.release_created }}
33
release_tag_name: ${{ steps.release.outputs.tag_name }}
0 commit comments