-
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.
π Update README with Tencent STS usage
- Added code snippets for using Tencent STS - Updated README and README_ZH files
- Loading branch information
1 parent
51bf2de
commit d079597
Showing
4 changed files
with
45 additions
and
37 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cardbrother/nestjs-tencent-cloud-sdk": patch | ||
--- | ||
|
||
change the options |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cardbrother/nestjs-tencent-cloud-sdk": patch | ||
--- | ||
|
||
update readme |
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 |
---|---|---|
|
@@ -64,20 +64,19 @@ jobs: | |
pnpm build | ||
- name: π£ Create Release Pull Request and Publish new version to Npm | ||
id: changesets | ||
id: publish | ||
uses: changesets/[email protected] | ||
with: | ||
publish: pnpm run publish:release | ||
env: | ||
GITHUB_TOKEN: ${{ env.PAT }} | ||
NPM_TOKEN: ${{ env.NPM_TOKEN }} | ||
|
||
- name: πΊ Publish new version to Github Packages | ||
id: publish | ||
uses: JS-DevTools/npm-publish@v3 | ||
with: | ||
token: ${{ env.PAT }} | ||
registry: "https://npm.pkg.github.com/guotingchao" | ||
# - name: πΊ Publish new version to Github Packages | ||
# uses: JS-DevTools/npm-publish@v3 | ||
# with: | ||
# token: ${{ env.PAT }} | ||
# registry: "@cardbhttps://npm.pkg.github.com/guotingchao" | ||
|
||
- if: ${{ steps.publish.outputs.type }} | ||
run: echo "Version changed!" | ||
# - if: ${{ steps.publish.outputs.type }} | ||
# run: echo "Version changed!" |
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