Skip to content

Commit

Permalink
Remove test workflow for pnpm setup
Browse files Browse the repository at this point in the history
Deleted a workflow file that set up testing for pnpm dependencies.
  • Loading branch information
guotingchao committed Apr 27, 2024
1 parent 7559d29 commit 61198e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 81 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-weeks-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

upgrade readme
13 changes: 3 additions & 10 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/Test.yml

This file was deleted.

0 comments on commit 61198e7

Please sign in to comment.