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 5967d8a commit b810545Copy full SHA for b810545
.github/workflows/new-workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
# Make changelog-maker write its config file, including the API token.
25
# Allows changelog-maker to authenticate to the GitHub API later.
26
- echo ${{ secrets.GITHUB_TOKEN }} | npx -q changelog-maker@7 -a
+ echo ${{ secrets.GITHUB_TOKEN }} | npx -q changelog-maker@2 -a
27
28
# - name: Install Dependencies
29
# run: npm install -g changelog-maker semver
0 commit comments