OctopusDeploy/create-release-action

progress: true in v2

olsh opened this issue · 2 comments

olsh commented

In v1 of the action, it was possible to wait for deployment and fail build if the deployment failed. progress: true
If I understood the page correctly, there is no such a possibility in v2 of the action.
https://github.com/OctopusDeploy/create-release-action/blob/main/migration-guide.md

Are there alternatives to achieve that?

gazab commented

We could also use this option. Any specific reason why it was removed?

olsh commented

There was added new action for this.
OctopusDeploy/await-task-action@v3

You can find examples in this post
https://octopus.com/blog/github-actions-for-octopus-deploy-v3