From 37546cb16532a2b5332a2597aced26e0e726c682 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Wed, 17 Jul 2024 18:55:35 +0200 Subject: [PATCH] minor changes --- .github/workflows/publish.yml | 9 +++++---- .github/workflows/release_dapp_android.yml | 15 --------------- .github/workflows/release_dapp_ios.yml | 15 --------------- .github/workflows/release_wallet_android.yml | 15 --------------- .github/workflows/release_wallet_ios.yml | 15 --------------- 5 files changed, 5 insertions(+), 64 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 71f4998..ec68434 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,18 +14,19 @@ jobs: steps: # Checkout the repo - uses: actions/checkout@v3 - - # Install Flutter and Dependencies - - uses: ./.github/actions/dependencies # Setup Dart SDK - uses: dart-lang/setup-dart@v1 - # Publish + # Install Flutter and Dependencies + - uses: ./.github/actions/dependencies + + # Publish --dry-run - name: Check Publish Warnings shell: bash run: flutter pub publish --dry-run + # Publish - name: Publish Package shell: bash run: flutter pub publish -f diff --git a/.github/workflows/release_dapp_android.yml b/.github/workflows/release_dapp_android.yml index 654e57e..aa2edee 100644 --- a/.github/workflows/release_dapp_android.yml +++ b/.github/workflows/release_dapp_android.yml @@ -15,17 +15,6 @@ jobs: # Checkout the repo - name: Checkout repository uses: actions/checkout@v4 - - # Create temp firebase key - # - name: Create temp firebase key - # env: - # FIREBASE_KEY_BASE64: ${{ secrets.FIREBASE_KEY_BASE64 }} - # run: | - # # create variables - # FIREBASE_KEY_PATH=$RUNNER_TEMP/flutter-c7c2c-6df892fe6ddb.json - - # # import certificate and provisioning profile from secrets - # echo -n "$FIREBASE_KEY_BASE64" | base64 --decode -o $FIREBASE_KEY_PATH # Install Java 17 - name: Install Java 17 @@ -46,10 +35,6 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- - - # # Install Fastlane - # - name: Install Fastlane - # run: gem install fastlane # Install Flutter and Dependencies - uses: ./.github/actions/dependencies diff --git a/.github/workflows/release_dapp_ios.yml b/.github/workflows/release_dapp_ios.yml index 4f7142b..f012503 100644 --- a/.github/workflows/release_dapp_ios.yml +++ b/.github/workflows/release_dapp_ios.yml @@ -15,10 +15,6 @@ jobs: # Checkout the repo - name: Checkout repository uses: actions/checkout@v4 - # - uses: actions/checkout@v3 - # - uses: ruby/setup-ruby@v1 - # with: - # bundler-cache: true # Cache - name: Cache @@ -31,17 +27,6 @@ jobs: key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} restore-keys: | ${{ runner.os }}-spm- - - # # Install Ruby - # - name: Install Ruby - # uses: ruby/setup-ruby@v1 - # with: - # ruby-version: 3.0.2 - # bundler-cache: true - - # # Install Fastlane - # - name: Install Fastlane - # run: gem install fastlane # Install Flutter and Dependencies - uses: ./.github/actions/dependencies diff --git a/.github/workflows/release_wallet_android.yml b/.github/workflows/release_wallet_android.yml index 0490d98..0122af2 100644 --- a/.github/workflows/release_wallet_android.yml +++ b/.github/workflows/release_wallet_android.yml @@ -15,17 +15,6 @@ jobs: # Checkout the repo - name: Checkout repository uses: actions/checkout@v4 - - # Create temp firebase key - # - name: Create temp firebase key - # env: - # FIREBASE_KEY_BASE64: ${{ secrets.FIREBASE_KEY_BASE64 }} - # run: | - # # create variables - # FIREBASE_KEY_PATH=$RUNNER_TEMP/flutter-c7c2c-6df892fe6ddb.json - - # # import certificate and provisioning profile from secrets - # echo -n "$FIREBASE_KEY_BASE64" | base64 --decode -o $FIREBASE_KEY_PATH # Install Java 17 - name: Install Java 17 @@ -46,10 +35,6 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- - - # # Install Fastlane - # - name: Install Fastlane - # run: gem install fastlane # Install Flutter and Dependencies - uses: ./.github/actions/dependencies diff --git a/.github/workflows/release_wallet_ios.yml b/.github/workflows/release_wallet_ios.yml index 4c9fd88..ad817dd 100644 --- a/.github/workflows/release_wallet_ios.yml +++ b/.github/workflows/release_wallet_ios.yml @@ -15,10 +15,6 @@ jobs: # Checkout the repo - name: Checkout repository uses: actions/checkout@v4 - # - uses: actions/checkout@v3 - # - uses: ruby/setup-ruby@v1 - # with: - # bundler-cache: true # Cache - name: Cache @@ -32,17 +28,6 @@ jobs: restore-keys: | ${{ runner.os }}-spm- - # # Install Ruby - # - name: Install Ruby - # uses: ruby/setup-ruby@v1 - # with: - # ruby-version: 3.0.2 - # bundler-cache: true - - # # Install Fastlane - # - name: Install Fastlane - # run: gem install fastlane - # Install Flutter and Dependencies - uses: ./.github/actions/dependencies