From 97348ed207555d5fc14de02489a0f3c6e312aca0 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Mon, 2 Feb 2026 07:53:25 +0530 Subject: [PATCH] chore: update package-and-publish workflow to specify owner and repo - Set the owner and repo fields directly in the package-and-publish job to 'alphahumanxyz' and 'alphahuman', respectively. - This change simplifies the workflow configuration by removing dependencies on previous steps for these values. These updates enhance the clarity and maintainability of the workflow. --- .github/workflows/package-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-and-publish.yml b/.github/workflows/package-and-publish.yml index 006986daa..6ae5f6f10 100644 --- a/.github/workflows/package-and-publish.yml +++ b/.github/workflows/package-and-publish.yml @@ -306,8 +306,8 @@ jobs: includeDebug: ${{ needs.get-version.outputs.should-publish == '' && inputs.forceRelease != 'true' }} includeRelease: ${{ needs.get-version.outputs.should-publish != '' || inputs.forceRelease == 'true' }} releaseId: ${{ needs.create-release.outputs.releaseId }} - owner: ${{ steps.repository-info.outputs.owner }} - repo: ${{ steps.repository-info.outputs.repo }} + owner: alphahumanxyz + repo: alphahuman - name: Get file info id: file-info