Skip to content

Added androidx.compose.animation otherwise build is crashed #3

Added androidx.compose.animation otherwise build is crashed

Added androidx.compose.animation otherwise build is crashed #3

Workflow file for this run

name: Deploy Release
on:
push:
tags:
- 'v*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
create-release-notes:
uses: ./.github/workflows/create-release-notes.yml
secrets: inherit
build-signed-bundle:
uses: ./.github/workflows/build-signed-bundle.yml
needs: create-release-notes
secrets: inherit
create-github-release:
uses: ./.github/workflows/create-github-release.yml
needs: build-signed-bundle
secrets: inherit
deploy-to-production-track:
uses: ./.github/workflows/deploy-to-closed-track.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "./.github/workflows/deploy-to-closed-track.yml" : failed to fetch workflow: workflow was not found.
needs: build-signed-bundle
secrets: inherit