Skip to content

Commit

Permalink
use cargo package instead of cargo publish --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Sep 22, 2024
1 parent 09c56aa commit 6aed444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- run: cargo build --target wasm32-unknown-unknown

- if: matrix.os == 'macos-latest'
run: cargo publish --allow-dirty --no-verify --dry-run
run: cargo package --allow-dirty --no-verify

- if: matrix.os != 'macos-latest'
run: cargo publish --allow-dirty --dry-run
run: cargo package --allow-dirty

publish:
needs: [test]
Expand Down

0 comments on commit 6aed444

Please sign in to comment.