Skip to content

Commit

Permalink
fix: release to tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed May 9, 2023
1 parent 11fcf2e commit 0ba5387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: |
sudo apt-get install -y jq
chmod +x ./scripts/prepareCMD.sh
semantic-release
semantic-release --branches tauri
cleanup:
name: Cleanup actions
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:dev:release": "tauri dev --release",
"tauri:build": "tauri build",
"tauri:build:dev": "tauri build --debug",
"tauri:clean": "cd src-tauri && cargo clean"
},
Expand Down

0 comments on commit 0ba5387

Please sign in to comment.