Skip to content

Commit faadcad

Browse files
committed
fix: remove changelog aggregation from release workflow
1 parent ad71f09 commit faadcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
title: "[Release] [GitHub Action] Update package versions"
6464
publish: pnpm publish:packages
65-
version: pnpm version:packages && pnpm aggregate-changelogs
65+
version: pnpm version:packages
6666
commit: "[WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions"
6767
env:
6868
GITHUB_TOKEN: ${{ env.GH_TOKEN }}

0 commit comments

Comments
 (0)