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