Skip to content

Commit

Permalink
clean up readme (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 authored Mar 7, 2023
1 parent df7319c commit 56644f0
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,6 @@ steps:
| :----------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `task_state` | The final [TaskState](https://github.com/OctopusDeploy/api-client.ts/blob/main/src/features/serverTasks/taskState.ts) (Canceled, Failed, Success, or TimedOut) returned from Octopus, or undefined if Octopus couldn't be contacted to retrieve the state |

## Developers guide

[Developers Guide](DEVELOPERS_GUIDE.md)

## 🤝 Contributions

Contributions are welcome! :heart: Please read our [Contributing Guide](.github/CONTRIBUTING.md) for information about how to get involved in this project.

## Removing a release

To remove a release from publication:

Delete the release from the [releases](https://github.com/OctopusDeploy/await-task-action/releases) page and delete the corresponding tag from the [tags](https://github.com/OctopusDeploy/await-task-action/tags) page.

To do this in the cli:

v123 represents the release name

```
gh release delete v123
git tag -d v123
git push --delete origin v123
```

0 comments on commit 56644f0

Please sign in to comment.