create-release-action icon indicating copy to clipboard operation
create-release-action copied to clipboard

progress: true in v2

Open olsh opened this issue 3 years ago • 1 comments

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?

olsh avatar Oct 18 '22 05:10 olsh

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

gazab avatar Oct 20 '22 14:10 gazab

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

olsh avatar Jan 12 '23 11:01 olsh