Skip to content

Commit

Permalink
Fix image path, include Octopus in step title (#708)
Browse files Browse the repository at this point in the history
* Fix typo in image path

* Include Octopus in step name for consistency

* Update title to be more meaningful
  • Loading branch information
bec-callow-oct authored Sep 24, 2024
1 parent 9936acd commit 9645dea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions incubating/octopusdeploy-create-package/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: "1.0"
kind: step-type
metadata:
name: octopusdeploy-create-package
version: 1.0.0
title: Create a package
version: 1.0.1
title: Create Octopus Deploy package
isPublic: true
description: Creates a zip package in the format expected by Octopus Deploy
sources:
Expand Down
4 changes: 2 additions & 2 deletions incubating/octopusdeploy-deploy-release-tenanted/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "1.0"
kind: step-type
metadata:
name: octopusdeploy-deploy-release-tenanted
version: 1.0.0
version: 1.0.1
title: Deploy a tenanted release in Octopus Deploy
isPublic: true
description: Deploy a tenanted release in Octopus Deploy
Expand All @@ -14,7 +14,7 @@ metadata:
- deployment
icon:
type: svg
url: "https://cdn.jsdelivr.net/gh/codefresh-io/steps/incubating/octopusdeploy-deploy-release/deploy-release-tenanted.svg"
url: "https://cdn.jsdelivr.net/gh/codefresh-io/steps/incubating/octopusdeploy-deploy-release-tenanted/deploy-release-tenanted.svg"
background: "#F4F6F8"
maintainers:
- name: OctopusDeploy
Expand Down

0 comments on commit 9645dea

Please sign in to comment.