Skip to content

Commit

Permalink
remove printing flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mufaddal1125 committed Feb 14, 2025
1 parent 93422e2 commit feb63c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ runs:
steps:
- run: flutter config --enable-web
shell: bash
- run: echo "$(flutter --version | awk '{print $2}' | tr -dc '0-9')"
shell: bash
- run: echo "flutter_version=$(flutter --version | awk '{print $2}' | tr -dc '0-9')" >> $GITHUB_ENV
shell: bash
- run: flutter build web --release --web-renderer=${{inputs.webRenderer}} --base-href ${{inputs.baseHref}} ${{inputs.customArgs}}
Expand Down

0 comments on commit feb63c0

Please sign in to comment.