File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Create Release Pull Request
27
27
uses : changesets/action@master
28
+ with :
29
+ publish : ' yarn release'
28
30
env :
29
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 21
21
"postinstall" : " preconstruct dev" ,
22
22
"build-storybook" : " build-storybook" ,
23
23
"chromatic" : " chromatic --exit-zero-on-changes" ,
24
- "publish:npm" : " yarn build && yarn changeset publish" ,
25
24
"docs:dev" : " yarn workspace docs dev" ,
26
25
"docs:build" : " yarn workspace docs build" ,
27
- "docs:serve" : " yarn workspace docs start"
26
+ "docs:serve" : " yarn workspace docs start" ,
27
+ "release" : " yarn build && changeset publish"
28
28
},
29
29
"dependencies" : {
30
30
"@babel/core" : " ^7.16.0" ,
You can’t perform that action at this time.
0 commit comments