Skip to content

Commit

Permalink
chore: fix release-please-config
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Brissaud <[email protected]>
  • Loading branch information
pbrissaud committed Aug 21, 2024
1 parent 138d8fe commit 29893e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release-please
with:
release-type: simple
config-file: release-please-config.json
outputs:
release_created: ${{ steps.release-please.outputs.release_created }}
tag_name: ${{ steps.release-please.outputs.tag_name }}
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"changelog-sections": [
{
"type": "feat",
Expand Down

0 comments on commit 29893e2

Please sign in to comment.