Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
necipsagiro committed Jun 19, 2023
1 parent ee03ae1 commit 2cf536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Update the version
run: |
sed -i 's/^version = "[^"]*"/version = "${{ github.ref_name }}"/' ./src-tauri/Cargo.toml
sed -i 's/^version = "[^"]*"/version = "${{ github.ref_name/#v/ }}"/' ./src-tauri/Cargo.toml
- name: Build the app
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 2cf536e

Please sign in to comment.