Skip to content

Commit

Permalink
ci: add MM version and orb-supervisor component (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Aug 7, 2024
1 parent 8ae06e4 commit 5248ba9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:
required: true
type: choice
options:
- orb-slot-ctrl
- orb-attest
- orb-mcu-util
- orb-slot-ctrl
- orb-supervisor
- orb-thermal-cam-ctrl
- orb-ui
- orb-mcu-util
channel:
description: |
Which release channel?
Expand All @@ -28,11 +29,12 @@ on:
In which orb-os version will this release be used?
required: true
type: choice
default: LL
default: MM
options:
- JJ
- KK
- LL
- MM

env:
CI_CHANNEL: ${{ inputs.channel }}
Expand Down

0 comments on commit 5248ba9

Please sign in to comment.