Skip to content

chore: app store automation #88

chore: app store automation

chore: app store automation #88

Workflow file for this run

name: 🔥📲 Publish on Firebase Distribution
on:
pull_request:
branches: ['main']
jobs:
distribute:
uses: ForkbombEu/ship-capacitor-apps/.github/workflows/ship_android.yml@main

Check failure on line 9 in .github/workflows/distribute.yml

View workflow run for this annotation

GitHub Actions / 🔥📲 Publish on Firebase Distribution

Invalid workflow file

The workflow is not valid. .github/workflows/distribute.yml (Line: 9, Col: 11): Input package-name is required, but not provided while calling.
with:
backend-url: ${{ github.env.test.vars.PUBLIC_BACKEND_URL }}
lane: distribute
secrets:
keystore-file: ${{ secrets.ANDROID_KEYSTORE_FILE }}
service-account: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
keystore-alias: ${{ secrets.KEYSTORE_KEY_ALIAS }}
keystore-password: ${{ secrets.KEYSTORE_STORE_PASSWORD }}
keystore-key-password: ${{ secrets.KEYSTORE_KEY_PASSWORD }}
firebase-app-id: ${{ secrets.FIREBASE_APP_ID }}