ci: add context

This commit is contained in:
Derrick Hammer 2023-04-23 08:30:07 -04:00
parent 382761e484
commit a0d33d3880
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 1 deletions

View File

@ -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