diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6ac4cfb2..8a6f6e50d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}