Skip to content

Commit ff688cb

Browse files
committed
fix(workflow): use proper version
1 parent 7444670 commit ff688cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
npm run build
3838
3939
- name: Build and Publish Tauri app
40-
uses: tauri-apps/tauri-action@v2
40+
uses: tauri-apps/tauri-action@v0
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
with:

0 commit comments

Comments
 (0)