Skip to content

Commit

Permalink
Remove firebase from normal build
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent 87edbb1 commit a79168f
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,54 +375,6 @@ jobs:
env:
source-directory: ./flutter_cache_manager

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Set up Dart
uses: dart-lang/setup-dart@v1

# Make sure the stable version of Flutter is available
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
architecture: x64
cache: true

# Download all Flutter packages
- name: Download dependencies
run: flutter pub get
working-directory: ${{env.source-directory}}

# Publish the package
- name: Publish package
run: dart pub publish -v -f

publish_cache_manager_firebase:
if: ${{ github.ref_type == 'tag' }}
name: Publish Cache Manager Firebase
permissions:
id-token: write
needs:
[
format,
analyze,
tests,
build_android,
build_ios,
build_macOS,
build_windows,
build_linux,
build_web,
]
# The type of runner that the job will run on
runs-on: ubuntu-latest

env:
source-directory: ./flutter_cache_manager_firebase

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit a79168f

Please sign in to comment.