Skip to content

Commit a587a6d

Browse files
committed
bitrise.yml : v1.6.0 & step audit
1 parent fede0be commit a587a6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bitrise.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ app:
1616
workflows:
1717
test:
1818
steps:
19+
- script:
20+
title: Step audit
21+
inputs:
22+
- content: stepman audit --step-yml=./step.yml
1923
- change-workdir:
2024
title: Switch working dir to test/_tmp dir
2125
description: |-
@@ -50,7 +54,7 @@ workflows:
5054
# if you want to share this step into a StepLib
5155
- MY_STEPLIB_REPO_FORK_GIT_URL:
5256
- 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
5458
- STEP_GIT_CLONE_URL: https://github.com/bitrise-io/steps-xcode-archive.git
5559
description: |-
5660
If this is the first time you try to share a Step you should

0 commit comments

Comments
 (0)