File tree 4 files changed +6
-4
lines changed
.github/workflows/release
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
push :
6
6
tags :
7
- - " *-v *"
7
+ - " browser-utils: *"
8
8
9
9
jobs :
10
10
release :
Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
push :
6
6
tags :
7
- - " *-v *"
7
+ - " js-utils: *"
8
8
9
9
jobs :
10
10
release :
Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
push :
6
6
tags :
7
- - " *-v *"
7
+ - " nest-utils: *"
8
8
9
9
jobs :
10
10
release :
Original file line number Diff line number Diff line change 1
1
# jslibs
2
2
3
- ![ Release pipeline] ( https://github.com/spuxx1701/jslibs/actions/workflows/release.yml/badge.svg )
4
3
![ Main pipeline] ( https://github.com/spuxx1701/jslibs/actions/workflows/main.yml/badge.svg )
4
+ ![ js-utils] ( https://github.com/spuxx1701/jslibs/actions/workflows/release/js-utils.yml/badge.svg )
5
+ ![ browser-utils] ( https://github.com/spuxx1701/jslibs/actions/workflows/release/browser-utils.yml/badge.svg )
6
+ ![ nest-utils] ( https://github.com/spuxx1701/jslibs/actions/workflows/release/nest-utils.yml/badge.svg )
5
7
![ License] ( https://img.shields.io/github/license/spuxx1701/jslibs )
6
8
7
9
## Description
You can’t perform that action at this time.
0 commit comments