diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e23c8869c5..54b14087f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -192,7 +192,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: version: ${{ needs.version.outputs.version }} - cwd: login + cwd: clients/typescript + createGithubReleases: false typescript-repo: runs-on: ubuntu-latest diff --git a/.changeset/README.md b/clients/typescript/.changeset/README.md similarity index 100% rename from .changeset/README.md rename to clients/typescript/.changeset/README.md diff --git a/.changeset/config.json b/clients/typescript/.changeset/config.json similarity index 74% rename from .changeset/config.json rename to clients/typescript/.changeset/config.json index 3f2d313f66..6551b0ca8a 100644 --- a/.changeset/config.json +++ b/clients/typescript/.changeset/config.json @@ -6,6 +6,5 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": ["@zitadel/login"] + "updateInternalDependencies": "patch" }