Skip to content

Commit

Permalink
chore: action test
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 16, 2024
1 parent 865b206 commit f5daf35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,30 @@ jobs:
uses: Akylas/app-tools/.github/workflows/release_android.yml@main
if: github.event.inputs.android == 'true' && github.event.inputs.documentscanner == 'true'
with:
flavor: documentscanner
release_type: ${{ github.event.inputs.release_type }}
secrets: inherit

release-cardwallet-android:
uses: Akylas/app-tools/.github/workflows/release_android.yml@main
if: github.event.inputs.android == 'true' && github.event.inputs.cardwallet == 'true'
with:
flavor: cardwallet
release_type: ${{ github.event.inputs.release_type }}
secrets: inherit

release-documentscanner-ios:
uses: Akylas/app-tools/.github/workflows/release_android.yml@main
if: github.event.inputs.ios == 'true' && github.event.inputs.documentscanner == 'true'
with:
flavor: documentscanner
release_type: ${{ github.event.inputs.release_type }}
secrets: inherit

release-cardwallet-ios:
uses: Akylas/app-tools/.github/workflows/release_android.yml@main
if: github.event.inputs.ios == 'true' && github.event.inputs.cardwallet == 'true'
with:
flavor: cardwallet
release_type: ${{ github.event.inputs.release_type }}
secrets: inherit

0 comments on commit f5daf35

Please sign in to comment.