Skip to content

Commit 95ed437

Browse files
committed
revert
1 parent b4d79a4 commit 95ed437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: release-version
6666
run: |
6767
$content = Get-Content -Path "src/ParquetViewer/Properties/AssemblyInfo.cs" -Raw
68-
$pattern = '\[assembly: AssemblyVersion\("(\d+(\.\d+){2})\.\d+"\)\]'
68+
$pattern = '\[assembly: AssemblyVersion\("(\d+(\.\d+){3})"\)\]'
6969
$match = Select-String -InputObject $content -Pattern $pattern
7070
$versionMatch = $match.Matches[0].Groups[1].Value
7171
"release_version=$versionMatch" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)