mirror of
https://github.com/TxtDot/vigi.git
synced 2025-02-22 12:13:14 +03:00
fix: publish.yaml
This commit is contained in:
parent
8055196de6
commit
7148ba683b
2 changed files with 7 additions and 1 deletions
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
|
@ -30,6 +30,10 @@ jobs:
|
|||
with:
|
||||
node-version: lts/*
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
|
||||
- name: install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
@ -50,6 +54,8 @@ jobs:
|
|||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||
TAURI_KEY_PASSWORD: ""
|
||||
with:
|
||||
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
|
||||
releaseName: "Vigi v__VERSION__"
|
||||
|
|
Loading…
Add table
Reference in a new issue