From 3594bbea06dfef5150aa8a2025013c46f6609431 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Tue, 6 Feb 2024 21:42:25 -0500 Subject: [PATCH] Set repo explicitly --- .github/workflows/fork-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index 3379d197..008341d2 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -42,7 +42,7 @@ jobs: done for TAG in ${NEW_TAGS}; do git push -u origin release/${TAG} - gh release create ${TAG} --target release/${TAG} --generate-notes + gh release create ${TAG} --target release/${TAG} --generate-notes -R discretizer/homepage done env: NEW_TAGS: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}