diff --git a/.github/workflows/publish_test_build.yml b/.github/workflows/publish_test_build.yml index 7f7e488..de99eed 100644 --- a/.github/workflows/publish_test_build.yml +++ b/.github/workflows/publish_test_build.yml @@ -27,5 +27,6 @@ jobs: event-type: Publish Release client-payload: |- { - "ref": "${{ inputs.branch }}", - "repo": "${{ inputs.repo }}" \ No newline at end of file + "ref": "dev", + "repo": "neon-nodes" + } \ No newline at end of file