Skip to content

Commit

Permalink
ci: fix check-versions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Sep 27, 2024
1 parent a558bc4 commit 22421ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
version: "latest"

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

- name: setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 22421ce

Please sign in to comment.