From 5f1e28910fd895fa27c6ab817f3ac5fad7f69a8f Mon Sep 17 00:00:00 2001 From: Ubiratan Soares Date: Mon, 29 Apr 2024 00:54:46 +0200 Subject: [PATCH] Prepares release 0.1.0 --- .github/workflows/cd.yml | 4 ++-- Cargo.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 256b104..1e168be 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -63,5 +63,5 @@ jobs: artifacts/**/* gradle-wiper.cdx.json -# - name: Publish on crates.io -# run: cargo publish --token ${{ secrets.CRATESIO_PUBLISH_TOKEN }} + - name: Publish on crates.io + run: cargo publish --token ${{ secrets.CRATESIO_PUBLISH_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index 287a9cc..ce0f074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ readme = "README.md" license = "MIT" publish = true categories = ["command-line-utilities"] +keywords = ["utilities", "gradle", "clean-up", "android"] [package.metadata] msrv = "1.74.0"