Skip to content

Commit

Permalink
Enforce locked on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Aug 27, 2022
1 parent 834f632 commit fad7036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
override: true

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

release_npm_wasm:
name: Publish wasm to npm
Expand Down

0 comments on commit fad7036

Please sign in to comment.