Skip to content

Commit

Permalink
Fixes syntax error in test build automation (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Feb 28, 2024
1 parent e330099 commit 206a01e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
with:
version_file: "neon_nodes/version.py"
publish_prerelease: true
trigger_build:
uses: peter-evans/repository-dispatch@v3
with:
repository: neongeckocom/neon-os
event-type: release
client-payload: '{"ref": "dev", "repo": "neon-debos"}'
trigger_os_build:
runs-on: ubuntu-latest
needs: 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"}'

0 comments on commit 206a01e

Please sign in to comment.