Update release.yaml
This commit is contained in:
parent
413ed2acfe
commit
b83d6269e0
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
@ -84,7 +84,14 @@ jobs:
|
||||
|
||||
- name: Install node dependencies
|
||||
run: npm install
|
||||
|
||||
|
||||
- name: Set crate version
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: thomaseizinger/set-crate-version@0941739e872e465c18af1148eccf85b249b82016
|
||||
uses: thomaseizinger/set-crate-version@1.0.0
|
||||
with:
|
||||
version: ${{ github.event.inputs.version}}
|
||||
|
||||
- name: Build application
|
||||
run: npm run tauri build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user