From ab29c369d9b0a50c89a1a1ace37b1884465968ee Mon Sep 17 00:00:00 2001 From: Sergey Shatunov Date: Wed, 10 Jan 2024 01:59:25 +0800 Subject: [PATCH] fix: wrong owner & repo was used for publishing --- .nyx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.nyx.yml b/.nyx.yml index 84babdb..c1e6693 100644 --- a/.nyx.yml +++ b/.nyx.yml @@ -37,6 +37,6 @@ services: type: GITHUB options: AUTHENTICATION_TOKEN: "{{#environmentVariable}}GITHUB_TOKEN{{/environmentVariable}}" - REPOSITORY_NAME: "{{#environmentVariable}}GITHUB_REPOSITORY_OWNER{{/environmentVariable}}" - REPOSITORY_OWNER: "CursedPublish" + REPOSITORY_OWNER: "{{#environmentVariable}}GITHUB_REPOSITORY_OWNER{{/environmentVariable}}" + REPOSITORY_NAME: "CursedPublish" stateFile: "build/.nyx-state.json" \ No newline at end of file