Commit 608673f 1 parent 7b56a76 commit 608673f Copy full SHA for 608673f
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { husky } from './husky';
5
5
import { lintStaged } from './lint-staged' ;
6
6
import { prettier } from './prettier' ;
7
7
import { standardVersion } from './standard-verstion' ;
8
- import { createReleaseWorflow } from './create- release-worflow' ;
8
+ import { releaseWorkflow } from './release-worflow' ;
9
9
10
10
// order have matter
11
11
const options = {
@@ -15,7 +15,7 @@ const options = {
15
15
standardVersion,
16
16
eslint,
17
17
lintStaged,
18
- createReleaseWorflow ,
18
+ releaseWorkflow ,
19
19
} ;
20
20
21
21
export default {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const [getConfig] = jsCategoryState.useConfigState({
35
35
default : defaultConfig ,
36
36
} ) ;
37
37
38
- export const createReleaseWorflow = async ( ) => {
38
+ export const releaseWorkflow = async ( ) => {
39
39
const { filename, content } = getConfig ( ) ;
40
40
41
41
await addGithubWorkflow ( filename , content ) ;
You can’t perform that action at this time.
0 commit comments