Merge release v0.0.2 (#60)
* update v0.0.1 * update v0.0.1 * add rust cache * rename step * fix test workflow * change to build * add password * move app.jpeg * bump & update name * remove logo * untrack .vscode * remove icon from readme * use npx * rename file and do dom element check * formating * added rust files * generated bindings * rename to ipc * add more examples * move file * new img * refactor * add clippy and tests * imrpove clippy * add semi * enable release profile * refactor * first changeset * version changeset * version app * move version in front of tagname * do not error on local * run after build * use another workflow for clippy
This commit is contained in:
committed by
GitHub
parent
fa8b6cd215
commit
12365282a3
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||
# TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||
with:
|
||||
tagName: __VERSION__v
|
||||
tagName: v__VERSION__
|
||||
releaseName: 'Svelte-Tauri v__VERSION__'
|
||||
releaseBody: 'See the assets to download this version and install.'
|
||||
releaseDraft: false
|
||||
|
||||
Reference in New Issue
Block a user