OctopusDeploy / deploy-release-action

| Public | :octocat: GitHub Action to Deploy a Release in Octopus Deploy
https://github.com/marketplace/actions/deploy-a-release-in-octopus-deploy
Other
3 stars 5 forks source link

Action fails with version error because of upstream bug #17

Closed tmercswims closed 1 year ago

tmercswims commented 1 year ago

Due to OctopusDeploy/api-client.ts#157, this action sometimes erroneously throws an error complaining that the server version is too low even if it is not:

The Octopus instance doesn't support creating releases using the Executions API, it will need to be upgraded to at least 2022.3.5512 in order to access this API.

(See that issue for a full explanation.)

After the linked upstream issue is addressed, the new version of @octopusdeploy/api-client will need to be brought into this action to resolve the problem.

Related: OctopusDeploy/create-release-action#376