Update release.yaml

This commit is contained in:
Damien 2025-02-22 04:49:04 -05:00 committed by GitHub
parent fd09893ae7
commit cd3da4b234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,13 +84,6 @@ 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