Skip to content

Commit 9645dea

Browse files
Fix image path, include Octopus in step title (#708)
* Fix typo in image path * Include Octopus in step name for consistency * Update title to be more meaningful
1 parent 9936acd commit 9645dea

File tree

2 files changed

+4
-4
lines changed
  • incubating

2 files changed

+4
-4
lines changed

incubating/octopusdeploy-create-package/step.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: "1.0"
22
kind: step-type
33
metadata:
44
name: octopusdeploy-create-package
5-
version: 1.0.0
6-
title: Create a package
5+
version: 1.0.1
6+
title: Create Octopus Deploy package
77
isPublic: true
88
description: Creates a zip package in the format expected by Octopus Deploy
99
sources:

incubating/octopusdeploy-deploy-release-tenanted/step.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "1.0"
22
kind: step-type
33
metadata:
44
name: octopusdeploy-deploy-release-tenanted
5-
version: 1.0.0
5+
version: 1.0.1
66
title: Deploy a tenanted release in Octopus Deploy
77
isPublic: true
88
description: Deploy a tenanted release in Octopus Deploy
@@ -14,7 +14,7 @@ metadata:
1414
- deployment
1515
icon:
1616
type: svg
17-
url: "https://cdn.jsdelivr.net/gh/codefresh-io/steps/incubating/octopusdeploy-deploy-release/deploy-release-tenanted.svg"
17+
url: "https://cdn.jsdelivr.net/gh/codefresh-io/steps/incubating/octopusdeploy-deploy-release-tenanted/deploy-release-tenanted.svg"
1818
background: "#F4F6F8"
1919
maintainers:
2020
- name: OctopusDeploy

0 commit comments

Comments
 (0)