From 3a02105e12d797662a26ed759f7ba6a393527ee5 Mon Sep 17 00:00:00 2001 From: "tquang@mysuki.io" Date: Fri, 16 Aug 2024 23:08:49 +0800 Subject: [PATCH] update cicd --- package.json | 4 ++-- scripts/publish-app-record.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f86c6e0..ab50864 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, - "name": "@kenz/pwa-test-150013", - "version": "0.1.34", + "name": "@kenz/pwa-test-150", + "version": "0.1.35", "repository": "https://github.com/quangtuyen88/loro-testnet-example-pwa", "scripts": { "dev": "next dev", diff --git a/scripts/publish-app-record.sh b/scripts/publish-app-record.sh index 2caa9cb..8c4d383 100755 --- a/scripts/publish-app-record.sh +++ b/scripts/publish-app-record.sh @@ -65,7 +65,7 @@ if [ -z "$CERC_REGISTRY_APP_CRN" ]; then authority=$(echo "$rcd_name" | cut -d'/' -f1 | sed 's/@//') app=$(echo "$rcd_name" | cut -d'/' -f2-) CERC_REGISTRY_APP_CRN="lrn://$authority/applications/$app" - ##laconic -c $CONFIG_FILE registry authority reserve ${authority} --user-key "${CERC_REGISTRY_USER_KEY}" + laconic -c $CONFIG_FILE registry authority reserve ${authority} --user-key "${CERC_REGISTRY_USER_KEY}" laconic -c $CONFIG_FILE registry authority bond set ${authority} ${CERC_REGISTRY_BOND_ID} --user-key "${CERC_REGISTRY_USER_KEY}" fi