File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
uses : changesets/action@v1
69
69
with :
70
70
createGithubReleases : false
71
- publish : pnpm run publish --tag ${{ github.ref_name == 'next' && 'next' || 'latest' }}
71
+ publish : pnpm run publish
72
72
version : pnpm run version
73
73
title : ${{ github.ref_name == 'main' && 'Publish a new stable version' || 'Publish a new pre-release version' }}
74
74
commit : >-
Original file line number Diff line number Diff line change 23
23
"build:demos" : " pnpm --prefix demos run build:demos" ,
24
24
"serve" : " pnpm run build:demos && http-server ./demos/dist -s -p 3000" ,
25
25
"build:ci" : " turbo run build" ,
26
- "publish" : " pnpm run build && pnpm publish -r --no-git-checks " ,
26
+ "publish" : " pnpm run build && pnpm changeset publish " ,
27
27
"clean:packages" : " rm -rf ./packages/*/dist && rm -rf ./packages/pm/*/dist && rm -rf ./packages-deprecated/*/dist" ,
28
28
"clean:packs" : " rm -rf ./packages/*/*.tgz && rm -rf ./packages-deprecated/*/*.tgz" ,
29
29
"reset" : " pnpm run clean:packages && pnpm run clean:packs && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./package-lock.json && pnpm install" ,
You can’t perform that action at this time.
0 commit comments