From c74810a8d3050ac1d6196682c8ab58c89d2654ff Mon Sep 17 00:00:00 2001 From: rtang03 <7686266+rtang03@users.noreply.github.com> Date: Fri, 15 Jan 2021 00:32:27 +0800 Subject: [PATCH] 2nd attempt to release --- .github/workflows/release.yaml | 4 ++-- README.md | 3 +-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2af649..61618f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,9 +39,9 @@ jobs: - name: tsc compile run: npm run build - name: build micro-frontend Gateway image - run: cd dev-net && ./dn-mf-gateway.sh + run: cd dev-net && ./build-mf-gateway.sh - name: build micro-frontend App-shell image - run: cd dev-net && ./dn-app-shell.sh + run: cd dev-net && ./build-app-shell.sh - name: deploy base 2-org fabric v2.x network run: cd dev-net && sudo ./dn-run.2-db-red-auth-gw-ui.sh ## TODO: more e2e tests add here diff --git a/README.md b/README.md index 36a0cf7..5268823 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ![Release](https://github.com/rtang03/mf-app-shell/workflows/Release/badge.svg) ![Build](https://github.com/rtang03/mf-app-shell/workflows/Build/badge.svg) -![GitHub package.json version](https://img.shields.io/github/package-json/v/rtang03/mf-app-shell) -[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/) +![Github lerna version](https://img.shields.io/github/lerna-json/v/rtang03/mf-app-shell) ## Micro-frontend App-shell for fabric-es diff --git a/package.json b/package.json index aace71c..ff95144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mf-app-shell", - "version": "0.0.1", + "version": "0.0.2", "license": "BSD-3-Clause-Clear", "description": "User interface", "repository": {