Skip to content

Commit d32dbaa

Browse files
committed
Add true to the release flag of the trunk build command
1 parent cac99a0 commit d32dbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build release for ${{ env.an_napoli_pain }}
4040
run: |
4141
cd napoli-pain
42-
trunk build --release index.html
42+
trunk build --release true index.html
4343
tar -czvf ${{ env.an_napoli_pain }} dist/
4444
env:
4545
BACKEND_URL: ${{ vars.BACKEND_URL }}

0 commit comments

Comments
 (0)