Skip to content

Commit ec50ab6

Browse files
committed
Changed name in Workflow
1 parent 4111377 commit ec50ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ workflows:
4949
# if you want to share this step into a StepLib
5050
- MY_STEPLIB_REPO_FORK_GIT_URL: https://github.com/stefandevo/bitrise-steplib.git
5151
- STEP_ID_IN_STEPLIB: cakebuild
52-
- STEP_GIT_VERION_TAG_TO_SHARE: 1.0.0
52+
- STEP_GIT_VERION_TAG_TO_SHARE: 1.0.1
5353
- STEP_GIT_CLONE_URL: https://github.com/stefandevo/bitrise-cake-step.git
5454
description: |-
5555
If this is the first time you try to share a Step you should

step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: "Execute Cake C# Script"
1+
title: "Cake Script"
22
summary: Cake (C# Make) is a cross platform build automation system
33
description: |-
44
Cake (C# Make) is a cross platform build automation system with a C# DSL to do things like compiling code,

0 commit comments

Comments
 (0)