Skip to content

Commit 913f492

Browse files
committed
chore(repo): fix branch divergence and align history
1 parent 01e61a0 commit 913f492

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,7 @@ jobs:
5353
- name: Install dependencies
5454
run: pnpm install --frozen-lockfile
5555
# Use changesets to either create a release PR or publish packages
56-
- name: Create release pull request or publish
57-
id: changesets
58-
uses: changesets/action@v1.4.10
59-
with:
60-
publish: pnpm run release
61-
version: pnpm run version
62-
title: "chore(changesets): update versions of packages for release"
56+
- name: Publish to npm
57+
run: pnpm publish --access public --no-git-checks
6358
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6559
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
},
1919

2020
"scripts" : {
21-
"version" : "changeset version",
22-
"release" : "changeset publish",
2321
"clean" : "rimraf node_modules dist .turbo"
2422
},
2523

0 commit comments

Comments
 (0)