File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,16 @@ jobs:
30
30
git config --global user.signingkey ${{ secrets.XCI_GPG }}
31
31
git config --global commit.gpgsign true
32
32
33
+ - name : Install dependencies
34
+ run : npm i -D @changesets/cli @changesets/changelog-github
35
+
36
+ - name : Install dependencies
37
+ run : npm run build
38
+
33
39
- name : Release PR
34
40
uses : changesets/action@v1
35
41
with :
36
- version : npm run version
42
+ version : npm exec changeset version
37
43
publish : npm exec changeset publish
38
44
env :
39
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 16
16
"test" : " node --test --test-concurrency 1" ,
17
17
"watch:test" : " node --test --watch" ,
18
18
"watch:build" : " watchexec -w src -d 300 npm run build" ,
19
- "version" : " npm i @changesets/cli @changesets/changelog-github && npm run build && npm exec changeset version" ,
20
19
"build" : " npx unbuild" ,
21
20
"build:demo" : " sh .github/scripts/gen-img" ,
22
21
"build:stub" : " npx unbuild --stub"
You can’t perform that action at this time.
0 commit comments