Skip to content

Commit c48f307

Browse files
do not error out if no fragments exist
1 parent 101f4e2 commit c48f307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
GOBIN=$PWD/bin go install github.com/elastic/elastic-agent-changelog-tool@latest
4545
./bin/elastic-agent-changelog-tool build --version "${VERSION}"
46-
./bin/elastic-agent-changelog-tool cleanup
46+
./bin/elastic-agent-changelog-tool cleanup || true
4747
./bin/elastic-agent-changelog-tool render --version "${VERSION}"
4848
env:
4949
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)