Skip to content

Fixes syntax error in test build automation (#7) #5

Fixes syntax error in test build automation (#7)

Fixes syntax error in test build automation (#7) #5

# This workflow will generate a distribution and upload it to PyPI
name: Publish Alpha Build
on:
push:
branches:
- dev
paths-ignore:
- 'neon_nodes/version.py'
jobs:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets: inherit
with:
version_file: "neon_nodes/version.py"
publish_prerelease: true
trigger_os_build:
runs-on: ubuntu-latest
needs: publish_alpha_build

Check failure on line 20 in .github/workflows/publish_test_build.yml

View workflow run for this annotation

GitHub Actions / Publish Alpha Build

Invalid workflow file

The workflow is not valid. .github/workflows/publish_test_build.yml (Line: 20, Col: 12): Job 'trigger_os_build' depends on unknown job 'publish_alpha_build'.
steps:
- name: Call Release Action
uses: peter-evans/repository-dispatch@v3
with:
repository: neongeckocom/neon-os
event-type: release
client-payload: '{"ref": "dev", "repo": "neon-debos"}'