Skip to content

Commit b661d89

Browse files
committed
Fix schema
1 parent a95b24b commit b661d89

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/@orb.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ jobs:
198198
artifacts.
199199
type: string
200200
default: ""
201-
executor: cli/default
201+
executor:
202+
name: cli/default
202203
tag: alpine
203204
steps:
204205
# Setup
@@ -240,7 +241,8 @@ jobs:
240241
description: >
241242
Uses the CLI to increment the version of an orb in the registry.
242243
If the orb does not have a version yet it starts at 0.0.0
243-
executor: cli/default
244+
executor:
245+
name: cli/default
244246
tag: alpine
245247
parameters:
246248
orb-path:
@@ -310,7 +312,8 @@ jobs:
310312
token-variable: << parameters.publish-token-variable >>
311313

312314
publish:
313-
executor: cli/default
315+
executor:
316+
name: cli/default
314317
tag: alpine
315318
parameters:
316319
orb-path:

0 commit comments

Comments
 (0)