Skip to content

Commit

Permalink
Remove the "release crates" workflow (#9120)
Browse files Browse the repository at this point in the history
## Motivation

Fix https://github.com/ZcashFoundation/zebra/actions/runs/12751834865/job/35539829251?pr=9114.

## Solution

- Remove the workflow and its associated bash script.

### Rationale

> It didn't catch publishing issues in the past, and it skips a bunch of things anyway.

> ..., it wasn't doing much with `--no-verify` anyway.

> It was working fine with the previous version of Rust. I think the latest stable version broke `--no-verify`, because it wasn't pulling dependencies from [crates.io](http://crates.io/) before (which is how we ended up with git sources on main when we were trying to publish Zebra), but now it does even if `--no-verify` is passed in explicitly.
  • Loading branch information
upbqdn authored Jan 15, 2025
1 parent 82c23f3 commit 050cdc3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 050cdc3

Please sign in to comment.