We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b41913 commit d4e7b33Copy full SHA for d4e7b33
.github/workflows/staging.yml
@@ -35,7 +35,7 @@ jobs:
35
# if: steps.cache.outputs.cache-hit != 'true'
36
37
- name: Build with Trunk
38
- run: trunk build --release
+ run: cargo clean && trunk build --release
39
working-directory: client
40
41
- name: Create SSH Key
0 commit comments