OctopusDeploy/create-release-action

Replace Octopus CLI with API client

jbristowe opened this issue · 1 comments

Currently, this action relies upon the Octopus CLI to perform its work. This is non-optimal.

This action should remove its dependency on the Octopus CLI and replace it with a TypeScript/Node.js-based API client.

This is completed with v3 of the action