-
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.
Deleted a workflow file that set up testing for pnpm dependencies.
- Loading branch information
1 parent
7559d29
commit 61198e7
Showing
3 changed files
with
8 additions
and
81 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 | ||
--- | ||
|
||
upgrade 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 |
---|---|---|
|
@@ -4,21 +4,14 @@ on: | |
push: | ||
branches: | ||
- main | ||
|
||
# concurrency: ${{ github.workflow }}-${{ github.ref }} | ||
|
||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
|
||
jobs: | ||
release: | ||
name: 🚀 Release | ||
# strategy: | ||
# matrix: | ||
# os: [ubuntu-latest] | ||
# node-version: [lts/*] | ||
# pnpm-version: [latest] | ||
if: ${{ github.repository_owner == 'guotingchao' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⬇️ Checkout | ||
|
@@ -67,8 +60,8 @@ jobs: | |
uses: changesets/[email protected] | ||
with: | ||
title: "chore(release): version packages 🦋" | ||
publish: pnpm publish | ||
version: pnpm version | ||
publish: pnpm run publish | ||
version: pnpm run version | ||
commit: "chore(release): version packages 🦋 [skip ci]" | ||
env: | ||
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} | ||
|
This file was deleted.
Oops, something went wrong.