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.
This commit is contained in:
Steven Enamakel
2026-02-02 07:53:25 +05:30
parent f698ceab8c
commit 97348ed207
+2 -2
View File
@@ -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