diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9195ae1..3789161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: path: dist/ publish: - if: startsWith(github.ref, 'refs/tags/v') && github.repository == 'isac322/kwin-mcp' + if: startsWith(github.ref, 'refs/tags/v') && github.repository == 'VibeProgramm/kwin-mcp' needs: [lint, type-check, test, build] runs-on: ubuntu-latest environment: pypi