Skip to content

Commit 98fec82

Browse files
Remove "safety valve" version
That was there just in case a real release slipped through
1 parent 7045c16 commit 98fec82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
shell: pwsh
3535
run: |
3636
$version = "${{ github.ref_name }}"
37-
$version = "99.99.99"
3837
Write-Host "Version: $version"
3938
echo "version=$version" >> $env:GITHUB_OUTPUT
4039

0 commit comments

Comments
 (0)