ci: add context
This commit is contained in:
parent
382761e484
commit
a0d33d3880
|
@ -17,7 +17,9 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
- setup
|
- setup:
|
||||||
|
context:
|
||||||
|
- publish
|
||||||
- node/run:
|
- node/run:
|
||||||
name: build
|
name: build
|
||||||
npm-run: build
|
npm-run: build
|
||||||
|
@ -39,3 +41,5 @@ workflows:
|
||||||
- develop
|
- develop
|
||||||
- /^develop-.*$/
|
- /^develop-.*$/
|
||||||
|
|
||||||
|
context:
|
||||||
|
- publish
|
||||||
|
|
Loading…
Reference in New Issue