Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: allow to restart deployment (#375)
When the deployment is restarted after having already partialy deployed, the existing artifacts on github block the action from uploading the artifacts to ossrh/mavencentral. This commit allows the github action to fail, so that the maven central artifacts are uploaded anyway. The downside is that failures to upload to github will not be indicated correctly, but as maven central is our main distribution channel, this should be ok.
- Loading branch information