Skip to content
New issue

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

Fix Stable workflow issue #92

Merged
merged 13 commits into from
Oct 16, 2022
Merged
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"languageVersion": "2.17"
}
],
"generated": "2022-10-16T13:42:38.323391Z",
"generated": "2022-10-16T13:43:11.052478Z",
"generator": "pub",
"generatorVersion": "2.18.1"
}
2 changes: 1 addition & 1 deletion .github/workflows/cd-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

promote-android:
if: ${{ (github.event.pull_request.merged == true) }}
name: Promote Android Release from ${{env.track}} to production
name: Promote Android Release from selected track to production
runs-on: ubuntu-latest
steps:
- name: Setup Flutter
Expand Down