File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ jobs:
121
121
- name : Install dependencies
122
122
run : bun install
123
123
124
- - name : Run build
125
- run : bun run build
126
-
127
124
- name : release
128
125
env :
129
126
GITHUB_TOKEN : ${{ secrets.CUSTOM_GH_TOKEN }}
Original file line number Diff line number Diff line change 78
78
],
79
79
" @semantic-release/release-notes-generator" ,
80
80
" @semantic-release/changelog" ,
81
- " @semantic-release/npm" ,
82
81
[
83
82
" @semantic-release/exec" ,
84
83
{
85
- "prepareCmd " : " npm run build"
84
+ "publishCmd " : " bun run build"
86
85
}
87
86
],
88
87
[
89
88
" @semantic-release/npm" ,
90
89
{
90
+ "npmPublish" : true ,
91
91
"pkgRoot" : " dist"
92
92
}
93
93
],
110
110
],
111
111
"prepare" : [
112
112
" @semantic-release/changelog" ,
113
+ " @semantic-release/exec" ,
113
114
" @semantic-release/npm" ,
114
115
" @semantic-release/git"
115
116
]
You can’t perform that action at this time.
0 commit comments