Skip to content

Commit c74810a

Browse files
committed
2nd attempt to release
1 parent 7f795f7 commit c74810a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: tsc compile
4040
run: npm run build
4141
- name: build micro-frontend Gateway image
42-
run: cd dev-net && ./dn-mf-gateway.sh
42+
run: cd dev-net && ./build-mf-gateway.sh
4343
- name: build micro-frontend App-shell image
44-
run: cd dev-net && ./dn-app-shell.sh
44+
run: cd dev-net && ./build-app-shell.sh
4545
- name: deploy base 2-org fabric v2.x network
4646
run: cd dev-net && sudo ./dn-run.2-db-red-auth-gw-ui.sh
4747
## TODO: more e2e tests add here

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
![Release](https://github.com/rtang03/mf-app-shell/workflows/Release/badge.svg)
22
![Build](https://github.com/rtang03/mf-app-shell/workflows/Build/badge.svg)
3-
![GitHub package.json version](https://img.shields.io/github/package-json/v/rtang03/mf-app-shell)
4-
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
3+
![Github lerna version](https://img.shields.io/github/lerna-json/v/rtang03/mf-app-shell)
54

65
## Micro-frontend App-shell for fabric-es
76

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mf-app-shell",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "BSD-3-Clause-Clear",
55
"description": "User interface",
66
"repository": {

0 commit comments

Comments
 (0)