build: add release-env context to publish-macos (#28937)
This commit is contained in:
parent
ee8b69d067
commit
bfed86126c
1 changed files with 4 additions and 0 deletions
|
@ -2607,15 +2607,19 @@ workflows:
|
||||||
- osx-publish-x64-skip-checkout:
|
- osx-publish-x64-skip-checkout:
|
||||||
requires:
|
requires:
|
||||||
- mac-checkout
|
- mac-checkout
|
||||||
|
context: release-env
|
||||||
- mas-publish-x64-skip-checkout:
|
- mas-publish-x64-skip-checkout:
|
||||||
requires:
|
requires:
|
||||||
- mac-checkout
|
- mac-checkout
|
||||||
|
context: release-env
|
||||||
- osx-publish-arm64-skip-checkout:
|
- osx-publish-arm64-skip-checkout:
|
||||||
requires:
|
requires:
|
||||||
- mac-checkout
|
- mac-checkout
|
||||||
|
context: release-env
|
||||||
- mas-publish-arm64-skip-checkout:
|
- mas-publish-arm64-skip-checkout:
|
||||||
requires:
|
requires:
|
||||||
- mac-checkout
|
- mac-checkout
|
||||||
|
context: release-env
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
when: << pipeline.parameters.run-lint >>
|
when: << pipeline.parameters.run-lint >>
|
||||||
|
|
Loading…
Reference in a new issue