-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix prerelease upload by explicitly specifying the --prerelease-…
…sha argument This commit fixes error like the following introduced by the previous commit: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/anyci/publish_github_release.py", line 597, in <module> main() File "/usr/local/lib/python3.9/site-packages/anyci/publish_github_release.py", line 590, in main _upload_prerelease(args) File "/usr/local/lib/python3.9/site-packages/anyci/publish_github_release.py", line 481, in _upload_prerelease raise ValueError("Failed to get commit associated with --prerelease-sha: %s" % sha) ValueError: Failed to get commit associated with --prerelease-sha: master Exited with code exit status 1
- Loading branch information
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters