Skip to content

Commit

Permalink
fix: url encoding in space names (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 authored Feb 22, 2023
1 parent 1008867 commit 0429889
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,19 @@ steps:
## 🤝 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
```
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@actions/core": "^1.10.0",
"@octopusdeploy/api-client": "^3.0.4",
"@octopusdeploy/api-client": "^3.0.5",
"tmp": "^0.2.1"
},
"description": "GitHub Action to Create a Release in Octopus Deploy",
Expand Down

0 comments on commit 0429889

Please sign in to comment.