Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jul 17, 2024
1 parent 9c6f8df commit 37546cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 64 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/release_dapp_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/release_dapp_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/release_wallet_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/release_wallet_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 37546cb

Please sign in to comment.