File tree 1 file changed +0
-48
lines changed
1 file changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -375,54 +375,6 @@ jobs:
375
375
env :
376
376
source-directory : ./flutter_cache_manager
377
377
378
- # Steps represent a sequence of tasks that will be executed as part of the job
379
- steps :
380
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
381
- - uses : actions/checkout@v4
382
-
383
- - name : Set up Dart
384
- uses : dart-lang/setup-dart@v1
385
-
386
- # Make sure the stable version of Flutter is available
387
- - name : Set up Flutter
388
- uses : subosito/flutter-action@v2
389
- with :
390
- channel : " stable"
391
- architecture : x64
392
- cache : true
393
-
394
- # Download all Flutter packages
395
- - name : Download dependencies
396
- run : flutter pub get
397
- working-directory : ${{env.source-directory}}
398
-
399
- # Publish the package
400
- - name : Publish package
401
- run : dart pub publish -v -f
402
-
403
- publish_cache_manager_firebase :
404
- if : ${{ github.ref_type == 'tag' }}
405
- name : Publish Cache Manager Firebase
406
- permissions :
407
- id-token : write
408
- needs :
409
- [
410
- format,
411
- analyze,
412
- tests,
413
- build_android,
414
- build_ios,
415
- build_macOS,
416
- build_windows,
417
- build_linux,
418
- build_web,
419
- ]
420
- # The type of runner that the job will run on
421
- runs-on : ubuntu-latest
422
-
423
- env :
424
- source-directory : ./flutter_cache_manager_firebase
425
-
426
378
# Steps represent a sequence of tasks that will be executed as part of the job
427
379
steps :
428
380
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
You can’t perform that action at this time.
0 commit comments