Skip to content

1.5.0

1.5.0 #15

Workflow file for this run

name: Deploy Android and iOS
on:
push:
tags:
- '**'
workflow_dispatch:
jobs:
meta:

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

View workflow run for this annotation

GitHub Actions / Deploy Android and iOS

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 9, Col: 3): Error calling workflow 'dylmye/setlist-sherlock/.github/workflows/create-release-from-tag.yml@3c3766a7ddc3476c52bc4a1448187befb33db453'. The nested job 'create_gh_release' is requesting 'contents: write', but is only allowed 'contents: read'.
name: Metadata
uses: ./.github/workflows/create-release-from-tag.yml
permissions:
contents: read
android:
name: Android
needs: meta
uses: ./.github/workflows/deploy-android.yml
secrets: inherit
ios:
name: iOS
needs: meta
uses: ./.github/workflows/deploy-ios.yml
secrets: inherit
concurrency:
group: conc_grp_deployments
cancel-in-progress: true