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 fede0be commit a587a6dCopy full SHA for a587a6d
bitrise.yml
@@ -16,6 +16,10 @@ app:
16
workflows:
17
test:
18
steps:
19
+ - script:
20
+ title: Step audit
21
+ inputs:
22
+ - content: stepman audit --step-yml=./step.yml
23
- change-workdir:
24
title: Switch working dir to test/_tmp dir
25
description: |-
@@ -50,7 +54,7 @@ workflows:
50
54
# if you want to share this step into a StepLib
51
55
- MY_STEPLIB_REPO_FORK_GIT_URL:
52
56
- STEP_ID_IN_STEPLIB: xcode-archive
53
- - STEP_GIT_VERION_TAG_TO_SHARE: 1.5.2
57
+ - STEP_GIT_VERION_TAG_TO_SHARE: 1.6.0
58
- STEP_GIT_CLONE_URL: https://github.com/bitrise-io/steps-xcode-archive.git
59
60
If this is the first time you try to share a Step you should
0 commit comments