fix(publish): correct repo guard to oh-my-openagent (GitHub renamed repo)
This commit is contained in:
@@ -121,7 +121,7 @@ jobs:
|
|||||||
publish-main:
|
publish-main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [test, typecheck]
|
needs: [test, typecheck]
|
||||||
if: github.repository == 'code-yeongyu/oh-my-opencode'
|
if: github.repository == 'code-yeongyu/oh-my-openagent'
|
||||||
outputs:
|
outputs:
|
||||||
version: ${{ steps.version.outputs.version }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
dist_tag: ${{ steps.version.outputs.dist_tag }}
|
dist_tag: ${{ steps.version.outputs.dist_tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user