Skip to content

Commit

Permalink
build: replace the version in tauri.conf.json

Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 22, 2024
1 parent 3a9c282 commit 091065c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: bump version in package.json
run: |
sed -i '' "s/$\"version\": \"0.0.0\"/$\"version\": \"${{ needs.create-release.outputs.release_version }}\"/g" "package.json"
sed -i '' "s/$\"version\": \"0.0.0\"/$\"version\": \"${{ needs.create-release.outputs.release_version }}\"/g" "src-tauri/tauri.conf.json"
- name: install app dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "algokit-explorer",
"version": "../package.json"
"version": "0.0.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 091065c

Please sign in to comment.