We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4c1ae commit 68b7bb3Copy full SHA for 68b7bb3
.github/workflows/release-please.yml
@@ -14,6 +14,7 @@ jobs:
14
id: release
15
with:
16
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
17
+ signoff: "OpenFeature Bot <[email protected]>"
18
19
# The logic below handles the maven publication:
20
- name: Checkout Repository
0 commit comments