Skip to content

Commit

Permalink
Update auto-changelog CLI flags
Browse files Browse the repository at this point in the history
  • Loading branch information
zulh-civo committed Sep 23, 2021
1 parent c849f7f commit d93a608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install and run auto-changelog CLI
run: |
npm i -g [email protected]
auto-changelog --config=.auto-changelog-config
auto-changelog --config=.auto-changelog-config --latest-version=${{ github.event.inputs.newVersionTag }}
- name: Add and commit generated docs and CHANGELOG.md
uses: test-room-7/action-update-file@v1
Expand Down

0 comments on commit d93a608

Please sign in to comment.