Skip to content

chore(deps): update softprops/action-gh-release digest to c95fe14 (#670) #294

chore(deps): update softprops/action-gh-release digest to c95fe14 (#670)

chore(deps): update softprops/action-gh-release digest to c95fe14 (#670) #294

Workflow file for this run

name: "📱"
on:
push:
branches:
- main
concurrency:
# On main, we want all builds to complete even if merging happens faster to make it easier to discover at which point something broke.
group: ${{ github.ref == 'refs/heads/main' && format('android-main-{0}', github.sha) || format('android-{0}', github.ref) }}
jobs:
push:
permissions:
contents: write
uses: ./.github/workflows/android.yml
secrets: inherit