Skip to content

Commit

Permalink
ci: 鈾伙笍 cleanup changesets release
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Mar 29, 2024
1 parent 53f9e40 commit 50ce8a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm run version
publish: pnpm exec changeset publish
commit: "[ci] release"
title: "[ci] release"
version: pnpm changeset version
publish: pnpm changeset publish
commit: "ci: :package: release"
title: "ci: :package: release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"changeset": "changeset",
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format",
"release": "changeset publish"
"changeset": "changeset"
},
"devDependencies": {
"@biomejs/biome": "^1.6.2",
Expand Down

0 comments on commit 50ce8a6

Please sign in to comment.