Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed incorrect error when using custom signing service
Previously, a `SyntaxError` was being thrown because the artifact list incorrectly called the `delete` method instead of the correct `remove` method to remove a Release. The `delete` method does not exist for lists, leading to the error. closes #1122
- Loading branch information