Skip to content

Commit ba249ff

Browse files
committed
build: fix
1 parent dfc8b3f commit ba249ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: bump version in tauri.conf.json
101101
run: |
102-
sed -i '' "s/\"version\": \"0.0.0\"/\"version\": \"${{ needs.create-release.outputs.release-version }}\"/g" "src-tauri/tauri.conf.json"
102+
sed -i "s/\"version\": \"0.0.0\"/\"version\": \"${{ needs.create-release.outputs.release-version }}\"/g" "src-tauri/tauri.conf.json"
103103
104104
- name: build for ubuntu
105105
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)