From 8731be2b2b4ea09e4a323cfec2ce3d0784144342 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 02:58:41 +0800 Subject: [PATCH 1/4] ci(CI&CD): :ferris_wheel: cI (#33) Co-authored-by: guozichun --- .changeset/metal-socks-agree.md | 5 +++++ .github/workflows/Release.yml | 23 +++++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) create mode 100644 .changeset/metal-socks-agree.md diff --git a/.changeset/metal-socks-agree.md b/.changeset/metal-socks-agree.md new file mode 100644 index 0000000..5a8b5d3 --- /dev/null +++ b/.changeset/metal-socks-agree.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +update some ci config diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index ae83a0d..1f42b05 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -5,7 +5,7 @@ on: branches: - main -concurrency: ${{ github.workflow }}-${{ github.ref }} +# concurrency: ${{ github.workflow }}-${{ github.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -14,16 +14,16 @@ env: jobs: release: name: 🚀 Release - strategy: - matrix: - os: [ubuntu-latest] - node-version: [lts/*] - pnpm-version: [latest] - runs-on: ${{ matrix.os }} + # strategy: + # matrix: + # os: [ubuntu-latest] + # node-version: [lts/*] + # pnpm-version: [latest] + runs-on: ubuntu-latest steps: - name: ⬇️ Checkout id: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4s with: token: ${{ env.GITHUB_TOKEN }} @@ -35,15 +35,14 @@ jobs: - name: 🥡 Setup pnpm id: setup-pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4s with: - version: ${{ matrix.pnpm-version }} + version: latest run_install: false - name: 🎈 Get pnpm store directory id: get-pnpm-cache-dir - run: | - echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" + run: echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT" - name: 🔆 Cache pnpm modules uses: actions/cache@v4 From 560fff5d5b375bfd1d30297504f1e652d85a59d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 03:01:42 +0800 Subject: [PATCH 2/4] Pull Request form Github Actions (#34) * ci(CI&CD): :ferris_wheel: cI * ci(CI&CD): :ferris_wheel: cI --------- Co-authored-by: guozichun --- .changeset/khaki-bats-attack.md | 5 +++++ .github/workflows/Release.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/khaki-bats-attack.md diff --git a/.changeset/khaki-bats-attack.md b/.changeset/khaki-bats-attack.md new file mode 100644 index 0000000..e55b64a --- /dev/null +++ b/.changeset/khaki-bats-attack.md @@ -0,0 +1,5 @@ +--- +"@cardbrother/nestjs-tencent-cloud-sdk": patch +--- + +update diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 1f42b05..f210304 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: ⬇️ Checkout id: checkout - uses: actions/checkout@v4s + uses: actions/checkout@v4 with: token: ${{ env.GITHUB_TOKEN }} From e5da53a4e9b686fac5f0fc0b47c37b44efcb803e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 03:03:05 +0800 Subject: [PATCH 3/4] Pull Request form Github Actions (#35) * ci(CI&CD): :ferris_wheel: cI * ci(CI&CD): :ferris_wheel: cI --------- Co-authored-by: guozichun From fee6499f2f0cb51e62c45e6df45467ded80508fd Mon Sep 17 00:00:00 2001 From: Guo ZiChun Date: Thu, 25 Apr 2024 03:04:36 +0800 Subject: [PATCH 4/4] Develop (#36) * ci(CI&CD): :ferris_wheel: cI * ci(CI&CD): :ferris_wheel: cI