Skip to content

Commit

Permalink
ci: Fix CHANGELOG generator (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Mar 24, 2022
1 parent 13a9529 commit 5d24678
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Update CHANGELOG
id: changelog
uses: Requarks/changelog-action@v1
- name: Generate release CHANGELOG
uses: heinrichreimer/[email protected]
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
output: CHANGELOG.md

- name: Format CHANGELOG
run: prettier --write CHANGELOG.md

- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 5d24678

Please sign in to comment.