Skip to content

Commit

Permalink
feat: auto update version for release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos authored Jun 23, 2023
1 parent 314661f commit 5718013
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: jq '.package.version = "${${{ github.ref_name }}#v}"' src-tauri/tauri.conf.json > tmp && mv tmp src-tauri/tauri.conf.json
- name: Build the app
uses: tauri-apps/tauri-action@v0
env:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "whisper-ui",
"version": "1.0.0",
"description": "A whisper GUI to help with whisper speech recognition",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisper-ui"
version = "1.0.0"
version = "0.0.0"
description = "A whisper GUI to help with whisper speech recognition"
authors = ["afonsojramos"]
license = "MIT"
Expand Down

0 comments on commit 5718013

Please sign in to comment.