Skip to content

Set up automated release workflow #1

Set up automated release workflow

Set up automated release workflow #1

name: Automated release creation

Check failure on line 1 in .github/workflows/automated_release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/automated_release.yaml

Invalid workflow file

`schedule` list items require the `cron` key to be set
on:
workflow_dispatch:
schedule:
- cron: ""
jobs:
release_management:
uses: newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v3
secrets: inherit