Version set to 0.2.1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Paul Campbell 2024-02-26 13:43:28 +00:00
parent ba6e2b0ab9
commit 091c240fad
3 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@ steps:
image: *rust_image image: *rust_image
commands: commands:
- cargo login "$CARGO_REGISTRY_TOKEN" - cargo login "$CARGO_REGISTRY_TOKEN"
- cargo publish --registry crates-io --no-verify --allow-branch "${CI_COMMIT_TAG}" --yes - cargo publish --registry crates-io --no-verify
secrets: [cargo_api_token] secrets: [cargo_registry_token]
when: when:
event: tag event: tag

2
Cargo.lock generated
View file

@ -122,7 +122,7 @@ dependencies = [
[[package]] [[package]]
name = "skip" name = "skip"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"clap", "clap",
] ]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "skip" name = "skip"
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html