diff --git a/.woodpecker.yml b/.woodpecker.yml index ec38d74..45695b9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -90,7 +90,7 @@ steps: image: *rust_image commands: - cargo login "$CARGO_REGISTRY_TOKEN" - - cargo publish --registry crates-io --no-verify --allow-branch "${CI_COMMIT_TAG}" --yes - secrets: [cargo_api_token] + - cargo publish --registry crates-io --no-verify --yes + secrets: [cargo_registry_token] when: event: tag diff --git a/Cargo.lock b/Cargo.lock index eaf6ebe..4fc00cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "skip" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 8a2e773..97fb599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skip" -version = "0.2.0" +version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html