Skip to content

Commit 52a51ce

Browse files
Enforce locked on cargo publish (#557)
Enforce locked on publish
1 parent 834f632 commit 52a51ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
override: true
104104

105105
- name: Publish to cargo
106-
run: cargo publish --token ${{ secrets.CARGO_TOKEN }}
106+
run: cargo publish --verbose --locked --token ${{ secrets.CARGO_TOKEN }}
107107

108108
release_npm_wasm:
109109
name: Publish wasm to npm

0 commit comments

Comments
 (0)