-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/0.2.3' into develop
- Loading branch information
Showing
11 changed files
with
30 additions
and
85 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"@cardbrother/nestjs-tencent-cloud-sdk": patch | ||
--- | ||
|
||
upgrade | ||
0.2.4 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"@cardbrother/nestjs-tencent-cloud-sdk": patch | ||
--- | ||
|
||
fix some bug | ||
εηΊ§ηζ¬ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ jobs: | |
prepare: | ||
name: Prepare | ||
runs-on: ubuntu-latest | ||
outputs: | ||
cache-key: ${{ steps.cache-keys.outputs.key }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
@@ -30,20 +28,6 @@ jobs: | |
with: | ||
node-version: 20 | ||
cache: "pnpm" | ||
- name: Get pnpm store directory | ||
run: echo "STORE_PATH=$(pnpm store path --silent)" >> "$GITHUB_ENV" | ||
|
||
- name: Generate cache key | ||
id: cache-keys | ||
run: echo "key=$(echo ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }})" >> "$GITHUB_OUTPUT" | ||
|
||
- name: Setup pnpm cache | ||
uses: actions/cache@v4 | ||
with: | ||
path: $STORE_PATH | ||
key: ${{ steps.cache-keys.outputs.key }} | ||
restore-keys: | | ||
${{ runner.os }}-pnpm-store- | ||
|
||
- name: Install dependencies | ||
run: pnpm install | ||
|
@@ -68,12 +52,6 @@ jobs: | |
node-version: 20 | ||
cache: "pnpm" | ||
|
||
- name: Use Cached Dependencies | ||
uses: actions/cache@v4 | ||
with: | ||
path: $STORE_PATH | ||
key: ${{ needs.prepare.outputs.cache-key }} | ||
|
||
- name: Install dependencies | ||
run: pnpm install | ||
|
||
|
@@ -100,11 +78,8 @@ jobs: | |
node-version: 20 | ||
cache: "pnpm" | ||
|
||
- name: Use Cached Dependencies | ||
uses: actions/cache@v4 | ||
with: | ||
path: $STORE_PATH | ||
key: ${{ needs.prepare.outputs.cache-key }} | ||
- name: Install Nest CLI | ||
run: pnpm install -g @nestjs/cli | ||
|
||
- name: Install dependencies | ||
run: pnpm install | ||
|
@@ -138,21 +113,18 @@ jobs: | |
node-version: 20 | ||
cache: "pnpm" | ||
|
||
- name: Install Nest CLI | ||
run: pnpm install -g @nestjs/cli | ||
|
||
- name: Install dependencies | ||
run: pnpm install | ||
|
||
- name: Use Cached Dependencies | ||
uses: actions/cache@v4 | ||
with: | ||
path: $STORE_PATH | ||
key: ${{ needs.prepare.outputs.cache-key }} | ||
|
||
- name: Download a Build Artifact | ||
uses: actions/[email protected] | ||
|
||
with: | ||
name: dist | ||
path: ./dist | ||
|
||
- name: Create Release Pull Request or Publish | ||
uses: changesets/action@v1 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters