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 61198e7 commit bc2ce76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
uses: changesets/[email protected]
with:
title: "chore(release): version packages 🦋"
publish: pnpm run publish
version: pnpm run version
version: pnpm run publish:version
publish: pnpm run publish:release
commit: "chore(release): version packages 🦋 [skip ci]"
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
Expand Down

0 comments on commit bc2ce76

Please sign in to comment.