Skip to content

Commit 1c09655

Browse files
committed
fix: update changelog command in release workflow
1 parent b937617 commit 1c09655

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
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
node-version: lts/*
2121

22-
- run: npx changelogen gh release
22+
- run: npx changelogithub gh release
2323
env:
2424
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)