Skip to content

Commit e3ecd79

Browse files
authored
Update publish.yml
1 parent c1230fb commit e3ecd79

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ jobs:
3838
with:
3939
tool: tauri-cli
4040
git: https://github.com/tauri-apps/tauri
41-
# BEST: pin a commit for stable caching & reproducibility
42-
# rev: <commit-sha>
43-
# If you must follow the branch:
44-
rev: feat/truly-portable-appimage
41+
# branch: feat/truly-portable-appimage
42+
rev: b5573c1db2bb6118594b586a6aa51aeb37aa7d84
4543

4644
- name: Show tauri-cli version
4745
run: cargo tauri --version

0 commit comments

Comments
 (0)