Skip to content

Workflow file for this run

name: Release and publish
on:
pull_request:
types:
- closed
# discard previous execution if you commit to a branch that is already running
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release_and_tag:
uses: ./.github/workflows/_release_and_tag.yml

Check failure on line 16 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release and publish

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 16, Col: 11): Error from called workflow certego/.github/.github/workflows/_release_and_tag.yml@973431a5c6e2546e654691cc16dbd9d7c56ee60b (Line: 152, Col: 5): Required property is missing: runs-on
secrets: inherit
with:
publish_on_pypi: false
publish_on_test_pypi: false
publish_on_npm: false
publish_on_twitter: false
publish_on_ecr: true
repository: certego-test
working_directory: .github/test/python_test
dockerfiles: >-
["Dockerfile"]
aws_region: eu-central-1