Skip to content

Commit

Permalink
Pull Request form Actions By refs/heads/develop (#26)
Browse files Browse the repository at this point in the history
* ci(CI&CD): 🎡 upgrade CI

* ci(CI&CD): 🎡 cI

* feat(new feature): ✨ cI

* feat(CI&CD): ✨ cI

* ci(CI&CD): 🎡 cI

* ci(CI&CD): 🎡 update version

* Pull Request form Actions By refs/heads/develop (#22)

* ci(CI&CD): 🎡 upgrade CI

* ci(CI&CD): 🎡 cI

* feat(new feature): ✨ cI

* feat(CI&CD): ✨ cI

* ci(CI&CD): 🎡 cI

---------

Co-authored-by: guozichun <[email protected]>

* Pull Request form Actions By refs/heads/changeset-release/main (#25)

* ci(CI&CD): 🎡 cI

* rekase(new feature): ✨ cI

* releaseCI&CD): ✨ cI

* ci(CI&CD): 🎡 cI

* fix(bug fix): 🐛 ci

* ci(CI&CD): 🎡 cI

* update version

---------

Co-authored-by: guozichun <[email protected]>

* ci(CI&CD): 🎡 cI

* feat(new feature): ✨ cI

* feat(CI&CD): ✨ cI

* ci(refactor): 🎡 upgrade action version

---------

Co-authored-by: guozichun <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and guotingchao authored Apr 24, 2024
1 parent 37832ca commit 728ed56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-fireants-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

update action
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: ⬇️ Checkout
id: checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
token: ${{ env.GITHUB_TOKEN }}
fetch-depth: 0
Expand All @@ -47,7 +47,7 @@ jobs:
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
- name: 🔆 Cache pnpm modules
uses: actions/cache@v3
uses: actions/cache@v4
id: pnpm-cache
with:
path: ${{ steps.get-pnpm-cache-dir.outputs.pnpm_cache_dir }}
Expand Down

0 comments on commit 728ed56

Please sign in to comment.