Skip to content

Commit

Permalink
fix sed delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Dec 12, 2023
1 parent b98068d commit 4e4a5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
VERSION=$(echo "${{ github.ref_name }}" | sed 's/v//; s/^\([0-9]\+\.[0-9]\+\.[0-9]\+\).*$/\1/')
# Update tauri.conf.json with the new version
sed -i "s/\"version\": \".*\"/\"version\": \"$VERSION\"/" src-tauri/tauri.conf.json
sed -i "s#\"version\": \".*\"#\"version\": \"$VERSION\"#g" src-tauri/tauri.conf.json
- name: Update Tauri version in tauri.conf.json (windows)
if: matrix.platform == 'windows-latest'
Expand Down

0 comments on commit 4e4a5a7

Please sign in to comment.