Skip to content

Commit 464f547

Browse files
committed
ci: Update release pipelines
1 parent 650ee74 commit 464f547

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/release/browser-utils.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- "*-v*"
7+
- "browser-utils:*"
88

99
jobs:
1010
release:

.github/workflows/release/js-utils.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- "*-v*"
7+
- "js-utils:*"
88

99
jobs:
1010
release:

.github/workflows/release/nest-utils.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- "*-v*"
7+
- "nest-utils:*"
88

99
jobs:
1010
release:

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# jslibs
22

3-
![Release pipeline](https://github.com/spuxx1701/jslibs/actions/workflows/release.yml/badge.svg)
43
![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)
57
![License](https://img.shields.io/github/license/spuxx1701/jslibs)
68

79
## Description

0 commit comments

Comments
 (0)