OctopusDeploy / create-release-action

| Public | :octocat: GitHub Action to Create a Release in Octopus Deploy

Home Page:https://github.com/marketplace/actions/create-release-in-octopus-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

progress: true in v2

olsh opened this issue · 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?

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

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