We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempted to use a tag for the master branch, but when i used any as the channel, it fails to find.
any
Unable to determine Flutter version for channel: any version: 3.23.0-12.0.pre architecture: x64
- name: Flutter uses: subosito/[email protected] with: channel: any flutter-version-file: pubspec.yaml
Changing it to master works good, but would rather choose when to use stable or master in the yaml file if i could.
master
pubspec:
environment: sdk: ^3.3.4 flutter: 3.23.0-12.0.pre
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempted to use a tag for the master branch, but when i used
any
as the channel, it fails to find.Unable to determine Flutter version for channel: any version: 3.23.0-12.0.pre architecture: x64
Changing it to
master
works good, but would rather choose when to use stable or master in the yaml file if i could.pubspec:
The text was updated successfully, but these errors were encountered: