File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 37
37
run : rm dist/ngx-observable-lifecycle/README.md && cp README.md dist/ngx-observable-lifecycle
38
38
- name : Copy LICENSE into dist
39
39
run : cp LICENSE dist/ngx-observable-lifecycle
40
+ - name : Rebuild for release
41
+ if : contains('refs/heads/master refs/heads/next', github.ref)
42
+ run : yarn lib:build:prod
40
43
- name : Release
41
44
if : contains('refs/heads/master refs/heads/next', github.ref)
42
45
env :
Original file line number Diff line number Diff line change 1
1
# NgxObservableLifecycle
2
2
3
3
[ ![ npm version] ( https://badge.fury.io/js/ngx-observable-lifecycle.svg )] ( https://www.npmjs.com/package/ngx-observable-lifecycle )
4
- [ ![ Build Status] ( https://github.com/cloudnc/ngx-observable-lifecycle/workflows/CI/badge.svg )] ( https://github.com/cloudnc/ngx-observable-lifecycle/workflows/ actions )
4
+ [ ![ Build Status] ( https://github.com/cloudnc/ngx-observable-lifecycle/workflows/CI/badge.svg )] ( https://github.com/cloudnc/ngx-observable-lifecycle/actions )
5
5
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( https://commitizen.github.io/cz-cli/ )
6
6
[ ![ codecov] ( https://codecov.io/gh/cloudnc/ngx-observable-lifecycle/branch/master/graph/badge.svg )] ( https://codecov.io/gh/cloudnc/ngx-observable-lifecycle )
7
7
[ ![ License] ( https://img.shields.io/github/license/cloudnc/ngx-observable-lifecycle )] ( https://raw.githubusercontent.com/cloudnc/ngx-observable-lifecycle/master/LICENSE )
You can’t perform that action at this time.
0 commit comments