Skip to content

Commit

Permalink
fix: remove version check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Sep 27, 2024
1 parent 969f873 commit 3d2f8cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ 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
run: cargo install git-cliff

- 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 3d2f8cd

Please sign in to comment.