We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95b24b commit b661d89Copy full SHA for b661d89
src/@orb.yml
@@ -198,7 +198,8 @@ jobs:
198
artifacts.
199
type: string
200
default: ""
201
- executor: cli/default
+ executor:
202
+ name: cli/default
203
tag: alpine
204
steps:
205
# Setup
@@ -240,7 +241,8 @@ jobs:
240
241
description: >
242
Uses the CLI to increment the version of an orb in the registry.
243
If the orb does not have a version yet it starts at 0.0.0
244
245
246
247
parameters:
248
orb-path:
@@ -310,7 +312,8 @@ jobs:
310
312
token-variable: << parameters.publish-token-variable >>
311
313
314
publish:
315
316
317
318
319
0 commit comments