Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit d5d3a27

Browse files
committed
fix(cd): fix CD workflow
1 parent 8a83038 commit d5d3a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: 📋 Build Changelog
19-
run: npx standard-version -i RELEASE_BODY.md --skip.commit
19+
run: npx extract-changelog-release > RELEASE_BODY.md
2020

2121
- name: 🍻 Build and generate new release
2222
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)