Attempt #3 the remix

This commit is contained in:
2025-09-12 15:22:28 +01:00
parent c1dbe3663e
commit 6519ba6b6c

View File

@@ -44,7 +44,7 @@ jobs:
uses: KageKirin/get-csproj-version@v0
with:
file: MareSynchronos/MareSynchronos.csproj
regex: ^(?<super>0|[1-9]\d*)\.(?<major>0|[1-9]\d*)\.(?<minor>0|[1-9]\d*)(\.(?<patch>0|[1-9]\d*))
regex: '^(?<super>0|[1-9]\d*)\.(?<major>0|[1-9]\d*)\.(?<minor>0|[1-9]\d*)(\.(?<patch>0|[1-9]\d*))'
- name: Display version
run: |