Skip to content

Commit 767e2b9

Browse files
committed
Install auto-changelog globally to fix command not found
1 parent c1d64ee commit 767e2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
export VERSION=$(cargo pkgid | sed -E 's/.*#(.*)/\1/g')
5454
5555
# Update changelog
56-
npm install [email protected]
56+
npm install -g [email protected]
5757
auto-changelog --output RELEASES.md \
5858
--starting-version v0.11.0 \
5959
--latest-version "$VERSION" \

0 commit comments

Comments
 (0)