From 3ce59b6e267cdfa454f80cf2231fa25e8e0b8de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Ramiro=20D=C3=ADaz?= Date: Wed, 28 Aug 2024 19:33:45 -0300 Subject: [PATCH] Release 0.0.0 (#414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What's Changed * 395 sim fix get_webpage_with_principle return by @cristiam86 in https://github.com/yeagerai/genlayer-simulator/pull/396 * 399 sim fe scrollable home screen by @denishacquin in https://github.com/yeagerai/genlayer-simulator/pull/400 * SIM-FE Improve validators creation by @denishacquin in https://github.com/yeagerai/genlayer-simulator/pull/398 * hotfix: print contract init errors by @AgustinRamiroDiaz in https://github.com/yeagerai/genlayer-simulator/pull/407 * 334-SIM-generate releases and versions when merging to main by @AgustinRamiroDiaz in https://github.com/yeagerai/genlayer-simulator/pull/392 * 393 sim use contract abi to generate methods and parameters by @denishacquin in https://github.com/yeagerai/genlayer-simulator/pull/394 * SIM-DB-Decouple startup script in order to use plain postgres DB by @AgustinRamiroDiaz in https://github.com/yeagerai/genlayer-simulator/pull/410 **Full Changelog**: https://github.com/yeagerai/genlayer-simulator/compare/v0.3.1...0.3.2 Signed-off-by: Agustín Ramiro Díaz --- .github/workflows/release-from-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-from-main.yml b/.github/workflows/release-from-main.yml index 555dbffef..c8e4e3b07 100644 --- a/.github/workflows/release-from-main.yml +++ b/.github/workflows/release-from-main.yml @@ -24,7 +24,7 @@ jobs: echo "$commit_msg" echo NEWLINE echo NEWLINE - semver=$(echo $commit_msg | head -n -1 | awk '{print $2}') + semver=$(echo "$commit_msg" | head -n -1 | awk '{print $2}') echo "$semver" echo NEWLINE echo NEWLINE