From c0fcf8c5a8a4c3f4e31012f0942bc6d70feb3a4e Mon Sep 17 00:00:00 2001 From: TbhT Date: Wed, 3 Jul 2024 22:53:25 +0800 Subject: [PATCH] chore: 0.1.3 --- .github/workflows/onRelease.yml | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index ed389a7..3dccba5 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: latest + registry-url: 'https://npm.pkg.github.com' + - name: Setup pnpm run: npm install pnpm -g diff --git a/package.json b/package.json index dd5c53b..9ce9ba7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tbht/thrift-cli", "description": "generate typescript code from thrift files", - "version": "0.1.2", + "version": "0.1.3", "author": "TbhT", "bin": { "thrift-cli": "./bin/run.js" @@ -70,7 +70,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/TbhT/open-lark-ts.git" + "url": "git+ssh://git@github.com:TbhT/thrift-code-gen.git" }, "publishConfig": { "registry": "https://npm.pkg.github.com"