Skip to content

Commit

Permalink
ci: add missing git-cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Sep 27, 2024
1 parent 22421ce commit a75d60e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
with:
version: "latest"

- name: Check versions consistency from `src-tauri/tauri.conf.json`
run: uv run ./bin/release.py check-versions

- name: setup node
uses: actions/setup-node@v4
with:
Expand All @@ -59,6 +56,12 @@ jobs:
- name: install frontend dependencies
run: npm install # change this to npm, pnpm or bun depending on which one you use.

- name: Set up git-cliff
uses: kenji-miyake/setup-git-cliff@v1

- name: Check versions consistency from `src-tauri/tauri.conf.json`
run: uv run ./bin/release.py check-versions

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

0 comments on commit a75d60e

Please sign in to comment.