Skip to content

Workflow file for this run

name: Build release
on:
push:
tags:
- '*'
jobs:
# checks:
# uses: ./.github/workflows/run-checks.yml
publish:
# needs: [ checks ]
uses: ./.github/workflows/publish-release.yml

Check failure on line 13 in .github/workflows/build-release.yml

View workflow run for this annotation

GitHub Actions / Build release

Invalid workflow file

The workflow is not valid. In .github/workflows/build-release.yml (Line: 13, Col: 11): Error from called workflow whyoleg/cryptography-kotlin/.github/workflows/publish-release.yml@54e85c72be760572996b4a81af9ca1886b8a4b92 (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
secrets: inherit