We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79bf460 + d4e7b33 commit 8ed4851Copy full SHA for 8ed4851
.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