Skip to content

Fixes

Fixes #49

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
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]

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

View workflow run for this annotation

GitHub Actions / Release and publish

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 26, Col: 20): A sequence was not expected
aws_region: eu-central-1