Skip to content

Commit

Permalink
chore(cd): publish depend on dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Feb 13, 2024
1 parent 11af986 commit ae37c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.0.0"
edition = "2021"
authors = ["Esteban Borai <[email protected]>"]
publish = true
description = "SMTP Server with Web UI for Email solutions development"
license = "MIT"

[[bin]]
name = "couriers"
Expand Down

0 comments on commit ae37c53

Please sign in to comment.