From ddcbef63b80fc3b9cd1aae08829709741b65ce06 Mon Sep 17 00:00:00 2001 From: Alex Todorov Date: Wed, 14 Aug 2024 12:34:18 +0300 Subject: [PATCH] Allow git tags with suffix -devnet --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32f1191df..43bb279ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Sanity check tag name run: | - git describe --tag | grep -E "mainnet|testnet" + git describe --tag | grep -E "mainnet|testnet|devnet" build-native-runtime: needs: sanity-check