We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d47ef commit 0f98ff4Copy full SHA for 0f98ff4
2 files changed
.github/workflows/flutter-deploy.yml
@@ -225,3 +225,8 @@ jobs:
225
flutter-working-directory: ${{ inputs.working-directory }}
226
flutter-report: true
227
secrets: inherit
228
+
229
+ soup-reports:
230
+ if: ${{ github.ref_type == 'tag' }}
231
+ uses: QuickBirdEng/workflows/.github/workflows/soups-generate-reports.yml@main
232
+ secrets: inherit
.github/workflows/flutter-release.yml
@@ -288,3 +288,10 @@ jobs:
288
289
290
291
292
293
294
295
+ with:
296
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
297
0 commit comments