Skip to content

Commit

Permalink
2nd attempt to release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtang03 committed Jan 14, 2021
1 parent 7f795f7 commit c74810a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c74810a

Please sign in to comment.