diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0fb1ec1..f859187 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,6 +31,7 @@ jobs: publish: name: Publish Crate runs-on: ubuntu-latest + needs: publish-dry-run steps: - name: Checkout Source Code uses: actions/checkout@v4 diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 74dd068..264cdf0 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,6 +4,8 @@ version = "0.0.0" edition = "2021" authors = ["Esteban Borai "] publish = true +description = "SMTP Server with Web UI for Email solutions development" +license = "MIT" [[bin]] name = "couriers"