Skip to content

Commit

Permalink
chore: 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TbhT committed Jul 3, 2024
1 parent 2f01dd8 commit c0fcf8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c0fcf8c

Please sign in to comment.