Skip to content

Commit 5bb6442

Browse files
committed
use cargo package instead of cargo publish --dry-run
rust-lang/cargo#14550
1 parent bfb8898 commit 5bb6442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: rm code.tar.gz
3838
- run: find builtins -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} +
3939
- run: cargo build --target wasm32-unknown-unknown
40-
- run: cargo publish --allow-dirty --dry-run
40+
- run: cargo package --allow-dirty
4141

4242
publish:
4343
needs: [test]

0 commit comments

Comments
 (0)