Skip to content

Commit

Permalink
fix: No tree shake icons in release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez committed Aug 21, 2023
1 parent 7df92ee commit 308442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
flutter-version: ${{ env.flutter_version }}
- name: Build Flutter Web
run: |
flutter build web
flutter build web --no-tree-shake-icons
cd ..
- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 308442f

Please sign in to comment.