fuel-block-committer
fuel-block-committer copied to clipboard
Publish crate shouldn't run on release
While releasing 0.3.0
got the following failure for the publish crates
step
Run curl -sSLf "$DASEL_VERSION" -L -o dasel && chmod +x dasel curl -sSLf "$DASEL_VERSION" -L -o dasel && chmod +x dasel mv ./dasel /usr/local/bin/dasel ./.github/workflows/scripts/verify_tag.sh v0.3.0 Cargo.toml shell: /usr/bin/bash -e {0} env: DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64 RUST_VERSION: 1.77.0 FUEL_CORE_VERSION: 0.25.2 IMAGE_NAME: FuelLabs/fuel-block-committer CARGO_INCREMENTAL: 0 CARGO_TERM_COLOR: always /home/runner/actions-runner/_work/_temp/d83ff29f-ccdb-4dd4-8aca-55de39143b4e.sh: line 3: ./.github/workflows/scripts/verify_tag.sh: No such file or directory
We should check what exactly is needed from this verification step since we don't publish any crates.