Skip to content

Commit

Permalink
fix: flutter_release version solving
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Apr 5, 2024
1 parent def871a commit 8f61450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
# Remove leading and trailing newline, if existent, add a newline at the beginning
# Replace newline with ` --build-arg=`
run: |
dart pub global activate flutter_release <1.0.0
dart pub global activate flutter_release ^0.0.0
buildArgs='${{ inputs.build-args }}'
buildArgs=${buildArgs#$'\n'}
buildArgs=${buildArgs%$'\n'}
Expand Down

0 comments on commit 8f61450

Please sign in to comment.