Skip to content

Commit ed49298

Browse files
committed
fix: ensure bash shell is used for removing Tauri capabilities metadata
1 parent b169ab3 commit ed49298

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-headless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
run: npm install
7171

7272
- name: Remove Tauri capabilities metadata
73+
shell: bash
7374
run: rm -rf src-tauri/capabilities || true
7475

7576
- name: Build and Release Headless

0 commit comments

Comments
 (0)