Skip to content

Commit

Permalink
fix: update changelog command in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranwv committed Jan 13, 2025
1 parent b937617 commit 1c09655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
node-version: lts/*

- run: npx changelogen gh release
- run: npx changelogithub gh release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 1c09655

Please sign in to comment.