diff --git a/.changeset/stupid-parents-compare.md b/.changeset/stupid-parents-compare.md new file mode 100644 index 0000000..1def67e --- /dev/null +++ b/.changeset/stupid-parents-compare.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": major +--- + +stable diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ed53ef1..81eed0b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,7 +4,7 @@ env: on: push: branches: - - release/* + - develop defaults: run: shell: bash diff --git a/package.json b/package.json index 4585308..d64d1bf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,8 @@ "TencentCloud", "TencentCloud-sdk", "Nest-TencentCloud", - "Nest-TencentCloud-SDK" + "Nest-TencentCloud-SDK", + "@cardbrother" ], "dependencies": { "@nestjs/common": "^10.3.7",