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 7cc0b1f commit 0f62aafCopy full SHA for 0f62aaf
.github/actions/build-ubuntu/action.yaml
@@ -15,7 +15,7 @@ runs:
15
- name: bump version in tauri.conf.json
16
if: ${{ inputs.release-version != '' }}
17
run: |
18
- sed -i "s/\"version\": \"0.0.0\"/\"version\": \"${{ needs.create-release.outputs.release-version }}\"/g" "src-tauri/tauri.conf.json"
+ sed -i "s/\"version\": \"0.0.0\"/\"version\": \"${{ inputs.release-version }}\"/g" "src-tauri/tauri.conf.json"
19
20
- name: build tauri app
21
uses: tauri-apps/tauri-action@v0
0 commit comments