Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-abbasi committed Jul 22, 2024
1 parent 884243b commit c5e1dc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/build-windows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ runs:
if: ${{ inputs.release-version != '' }}
run: |
version="${{ inputs.release-version }}"
version="${version/beta./}"
sed -i "s/\"version\": \"0.0.0\"/\"version\": \"$version\"/g" "src-tauri/tauri.conf.json"
sed -i "s/version = \"0.0.0\"/version = \"$version\"/g" "src-tauri/Cargo.toml"
shell: bash
Expand Down

0 comments on commit c5e1dc0

Please sign in to comment.