File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
- name : Create Release Pull Request or Publish to npm
29
29
id : changesets
30
30
uses : changesets/action@v1
31
- # with:
32
- # publish: yarn release
31
+ with :
32
+ publish : npm run release
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
- # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
36
36
37
37
- name : Publish to VSCode Marketplace
38
38
if : steps.changesets.outputs.published == 'true'
Original file line number Diff line number Diff line change 11
11
"lint" : " turbo run lint" ,
12
12
"dev" : " turbo run dev" ,
13
13
"package" : " turbo run package" ,
14
- "deploy" : " turbo run deploy"
14
+ "deploy" : " turbo run deploy" ,
15
+ "release" : " npm run build && changeset publish"
15
16
},
16
17
"devDependencies" : {
17
18
"@changesets/cli" : " ^2.24.3" ,
You can’t perform that action at this time.
0 commit comments