Skip to content

Commit

Permalink
FIx use of dry-run in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein committed Mar 8, 2024
1 parent 5ba715d commit f183114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Build docs 📚
run: cargo doc --no-deps
- name: Test publish verbs simulation library
run: cargo publish --dry-run -p verbs-rs
- name: Test publish verbs macros
run: cargo publish --dry-run -p verbs-macros
- name: Test build verbs library
run: cargo build -p verbs-rs
- name: Test build verbs macros
run: cargo build -p verbs-macros

build_docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f183114

Please sign in to comment.