Skip to content

Commit b810545

Browse files
committed
ci: use changelog-maker v2, not v7
There is no changelog-maker v7.x, only 1.x and 2.x.
1 parent 5967d8a commit b810545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
# Make changelog-maker write its config file, including the API token.
2525
# Allows changelog-maker to authenticate to the GitHub API later.
26-
echo ${{ secrets.GITHUB_TOKEN }} | npx -q changelog-maker@7 -a
26+
echo ${{ secrets.GITHUB_TOKEN }} | npx -q changelog-maker@2 -a
2727
2828
# - name: Install Dependencies
2929
# run: npm install -g changelog-maker semver

0 commit comments

Comments
 (0)