Skip to content

Commit

Permalink
better substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Jun 21, 2024
1 parent 7c86c04 commit ca1f369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_overlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Compare
run: |
raw_version=${{ steps.tag_version.outputs.tag }}
version=${raw_version#overlay-v}
prefixedVersion=${raw_version#overlay-}
version=${prefixedVersion#v}
tauri_version=${{ steps.tauri_version.outputs.tauri_version }}
echo "Branch version: $version"
echo "Tauri version: $tauri_version"
Expand Down

0 comments on commit ca1f369

Please sign in to comment.