Commit 41c2a87
feat(ci): add express-only option to npmjs-release workflow
Adds an `express-only` boolean input to the `npmjs-release`
workflow dispatch. When set to `true`, the `get-release-context`
and `release-bitgojs` jobs are skipped and only
`get-express-release-context` and `publish-express-to-docker-hub`
run. This allows the express Docker image to be re-published
independently after a partial release failure where the npm
packages were already published successfully.
Ticket: WCN-3081 parent 6c87b40 commit 41c2a87
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
13 | 22 | | |
14 | 23 | | |
15 | 24 | | |
| |||
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| 36 | + | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
111 | 121 | | |
112 | 122 | | |
113 | 123 | | |
| 124 | + | |
114 | 125 | | |
115 | 126 | | |
116 | 127 | | |
| |||
204 | 215 | | |
205 | 216 | | |
206 | 217 | | |
207 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
208 | 221 | | |
209 | 222 | | |
210 | 223 | | |
| |||
0 commit comments