From de3087a2d99737ab6c41f3c2ac5287e3a7f1cd3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Pull=20Request=20form=20develop?= =?UTF-8?q?=20(#65)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📰 Add github packages - Added patch for "@cardbrother/nestjs-tencent-cloud-sdk" - Included GitHub packages in the changeset. * ci(bug fix): :ferris_wheel: cI bug fix --------- Co-authored-by: guozichun --- .changeset/gorgeous-kangaroos-compete.md | 5 +++++ .github/workflows/Release.yml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/gorgeous-kangaroos-compete.md diff --git a/.changeset/gorgeous-kangaroos-compete.md b/.changeset/gorgeous-kangaroos-compete.md new file mode 100644 index 0000000..a9426d0 --- /dev/null +++ b/.changeset/gorgeous-kangaroos-compete.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +add github packages diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index d51cfec..a821cb3 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -6,7 +6,9 @@ on: - closed branches: - main - workflow_dispatch: + +concurrency: ${{ github.workflow }}-${{ github.ref }} + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}