fix(publish): correct repo guard to oh-my-openagent (GitHub renamed repo)

This commit is contained in:
YeonGyu-Kim
2026-03-25 09:21:38 +09:00
parent 2a495c2e8d
commit f0b5835459

View File

@@ -121,7 +121,7 @@ jobs:
publish-main:
runs-on: ubuntu-latest
needs: [test, typecheck]
if: github.repository == 'code-yeongyu/oh-my-opencode'
if: github.repository == 'code-yeongyu/oh-my-openagent'
outputs:
version: ${{ steps.version.outputs.version }}
dist_tag: ${{ steps.version.outputs.dist_tag }}