Skip to content

Commit 0f62aaf

Browse files
committed
build: fix
1 parent 7cc0b1f commit 0f62aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-ubuntu/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: bump version in tauri.conf.json
1616
if: ${{ inputs.release-version != '' }}
1717
run: |
18-
sed -i "s/\"version\": \"0.0.0\"/\"version\": \"${{ needs.create-release.outputs.release-version }}\"/g" "src-tauri/tauri.conf.json"
18+
sed -i "s/\"version\": \"0.0.0\"/\"version\": \"${{ inputs.release-version }}\"/g" "src-tauri/tauri.conf.json"
1919
2020
- name: build tauri app
2121
uses: tauri-apps/tauri-action@v0

0 commit comments

Comments
 (0)