mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user