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