We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d64ee commit 767e2b9Copy full SHA for 767e2b9
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
export VERSION=$(cargo pkgid | sed -E 's/.*#(.*)/\1/g')
54
55
# Update changelog
56
- npm install auto-changelog@2.2.1
+ npm install -g auto-changelog@2.2.1
57
auto-changelog --output RELEASES.md \
58
--starting-version v0.11.0 \
59
--latest-version "$VERSION" \
0 commit comments