Skip to content

Commit

Permalink
Remove another use of --use-flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Aug 7, 2024
1 parent 9d72b6b commit 71c9d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ jobs:
run: dart pub global activate firehose

- name: Publish packages
run: dart pub global run firehose --publish ${{ fromJSON('{"true":"--use-flutter","false":"--no-use-flutter"}')[inputs.use-flutter] }}
run: dart pub global run firehose --publish

0 comments on commit 71c9d83

Please sign in to comment.