Skip to content

chore(photo-library): update to use capacitor 5 #34

chore(photo-library): update to use capacitor 5

chore(photo-library): update to use capacitor 5 #34

name: Build and Publish Asset Upload
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
install:
uses: ./.github/workflows/install.yml
secrets: inherit
with:
name: asset-upload
build:
uses: ./.github/workflows/build.yml
needs: install
secrets: inherit
with:
name: asset-upload
publish:
uses: ./.github/workflows/publish.yml
needs: build
secrets: inherit
with:
name: asset-upload