File tree 1 file changed +24
-24
lines changed
1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
- name : Release
1
+ name : release
2
2
3
3
on :
4
4
push :
9
9
changelog :
10
10
name : Changelog PR or Release
11
11
runs-on : ubuntu-latest
12
- steps :
13
- - uses : actions/checkout@v3
14
- - uses : pnpm/action-setup@v2
15
- with :
16
- version : 8
17
- - name : Setup Node
18
- uses : actions/setup-node@v3
19
- with :
20
- node-version : 20
21
- - run : pnpm i
22
- - run : pnpm run build
23
- - name : Create Release Pull Request or Publish
24
- id : changesets
25
- uses : changesets/action@v1
26
- with :
27
- version : pnpm run version
28
- publish : pnpm exec changeset publish
29
- commit : " [ci] release"
30
- title : " [ci] release"
31
- env :
32
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
- # npm token temporarily disabled for debugging
34
- # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
12
+ steps :
13
+ - uses : actions/checkout@v3
14
+ - uses : pnpm/action-setup@v2
15
+ with :
16
+ version : 8
17
+ - name : Setup Node
18
+ uses : actions/setup-node@v3
19
+ with :
20
+ node-version : 20
21
+ - run : pnpm i
22
+ - run : pnpm run build
23
+ - name : Create Release Pull Request or Publish
24
+ id : changesets
25
+ uses : changesets/action@v1
26
+ with :
27
+ version : pnpm run version
28
+ publish : pnpm exec changeset publish
29
+ commit : " [ci] release"
30
+ title : " [ci] release"
31
+ env :
32
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
+ # npm token temporarily disabled for debugging
34
+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments