Skip to content

Commit

Permalink
Add changelog reader action
Browse files Browse the repository at this point in the history
  • Loading branch information
axiangcoding committed Jul 1, 2024
1 parent 9536e52 commit da79594
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ jobs:
- name: install frontend dependencies
run: yarn install # change this to npm, pnpm or bun depending on which one you use.

- name: read CHANGELOG.md
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
with:
validation_level: warn
version: ${{ github.ref_name }}
path: ./CHANGELOG.md

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit da79594

Please sign in to comment.