We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9c282 commit 091065cCopy full SHA for 091065c
.github/workflows/release.yaml
@@ -116,7 +116,7 @@ jobs:
116
117
- name: bump version in package.json
118
run: |
119
- 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"
120
121
- name: install app dependencies
122
run: npm install
src-tauri/tauri.conf.json
@@ -7,7 +7,7 @@
7
},
8
"package": {
9
"productName": "algokit-explorer",
10
- "version": "../package.json"
+ "version": "0.0.0"
11
12
"tauri": {
13
"allowlist": {
0 commit comments