Skip to content

Workflow file for this run

name: Create prerelease artifacts
on:
release:
types:
- prereleased
tags:
- 'v*'
jobs:
pre-release:
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v2

Check failure on line 12 in .github/workflows/on_prerelease.yaml

View workflow run for this annotation

GitHub Actions / Create prerelease artifacts

Invalid workflow file

The workflow is not valid. In .github/workflows/on_prerelease.yaml (Line: 12, Col: 11): Error from called workflow newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v2 (Line: 211, Col: 59): Job 'notify-failure' depends on unknown job 'builds-packages'.

Check failure on line 12 in .github/workflows/on_prerelease.yaml

View workflow run for this annotation

GitHub Actions / Create prerelease artifacts

Invalid workflow file

The workflow is not valid. In .github/workflows/on_prerelease.yaml (Line: 12, Col: 11): Error from called workflow newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v2 (Line: 211, Col: 59): Job 'notify-failure' depends on unknown job 'builds-packages'.
with:
tag: ${{ github.event.release.tag_name }}
integration: "docker"
test_package: false
run_test_windows: false
run_build-win-packages: false
publish_schema: custom
publish_schema_url: "https://raw.githubusercontent.com/newrelic/nri-docker/${{ github.event.release.tag_name }}/build/s3-publish-schema.yml"
secrets: inherit