Skip to content

Commit

Permalink
Lock trunk as well
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Sep 6, 2024
1 parent c96c8b2 commit 83193e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
if: ${{ matrix.platform == 'web' }}
run: |
cargo binstall --no-confirm trunk wasm-bindgen-cli wasm-opt
trunk build --release --dist '${{ env.app }}'
trunk build --locked --release --dist '${{ env.app }}'
- name: Build binaries (non-Web)
if: ${{ matrix.platform != 'web' }}
Expand Down

0 comments on commit 83193e3

Please sign in to comment.