nix: adjust release tool to new versioning scheme

Resolves #4166
This commit is contained in:
Wolfgang Walther
2025-10-10 18:19:33 -05:00
committed by Steve Chavez
parent 041d4f8ed2
commit 8e35d543bd
3 changed files with 21 additions and 28 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
run: |
cabal_version="$(grep -oP '^version:\s*\K.*' postgrest.cabal)"
if [[ "$cabal_version" == *.*.* ]]; then
if [[ "$cabal_version" == *.*.*.* ]]; then
git fetch --tags
if [ -z "$(git tag --list "v$cabal_version")" ]; then