File tree Expand file tree Collapse file tree 8 files changed +22
-29
lines changed Expand file tree Collapse file tree 8 files changed +22
-29
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [ main ]
8
8
schedule :
9
- - cron : ' 34 2 * * 2 '
9
+ - cron : ' 0 0 * * * '
10
10
11
11
jobs :
12
12
lint :
Original file line number Diff line number Diff line change 1
1
name : made-collections
2
2
3
3
on :
4
- create :
5
- branches :
6
- - release/**
7
4
push :
5
+ tags :
6
+ - v*
8
7
branches :
9
8
- main
10
9
paths :
62
61
run : cp "README.md" "./dist/README.md"
63
62
64
63
- name : Publish
65
- if : startsWith(github.ref, 'refs/heads/release ')
64
+ if : startsWith(github.ref, 'refs/tags/v ')
66
65
working-directory : MADE.Collections/dist
67
66
run : npm publish
68
67
env :
Original file line number Diff line number Diff line change 1
1
name : made-data-converters
2
2
3
3
on :
4
- create :
5
- branches :
6
- - release/**
7
4
push :
5
+ tags :
6
+ - v*
8
7
branches :
9
8
- main
10
9
paths :
62
61
run : cp "README.md" "./dist/README.md"
63
62
64
63
- name : Publish
65
- if : startsWith(github.ref, 'refs/heads/release ')
64
+ if : startsWith(github.ref, 'refs/tags/v ')
66
65
working-directory : MADE.Data.Converters/dist
67
66
run : npm publish
68
67
env :
Original file line number Diff line number Diff line change 1
1
name : made-data-validation
2
2
3
3
on :
4
- create :
5
- branches :
6
- - release/**
7
4
push :
5
+ tags :
6
+ - v*
8
7
branches :
9
8
- main
10
9
paths :
62
61
run : cp "README.md" "./dist/README.md"
63
62
64
63
- name : Publish
65
- if : startsWith(github.ref, 'refs/heads/release ')
64
+ if : startsWith(github.ref, 'refs/tags/v ')
66
65
working-directory : MADE.Data.Validation/dist
67
66
run : npm publish
68
67
env :
Original file line number Diff line number Diff line change 1
1
name : made-diagnostics
2
2
3
3
on :
4
- create :
5
- branches :
6
- - release/**
7
4
push :
5
+ tags :
6
+ - v*
8
7
branches :
9
8
- main
10
9
paths :
62
61
run : cp "README.md" "./dist/README.md"
63
62
64
63
- name : Publish
65
- if : startsWith(github.ref, 'refs/heads/release ')
64
+ if : startsWith(github.ref, 'refs/tags/v ')
66
65
working-directory : MADE.Diagnostics/dist
67
66
run : npm publish
68
67
env :
Original file line number Diff line number Diff line change 1
1
name : made-networking
2
2
3
3
on :
4
- create :
5
- branches :
6
- - release/**
7
4
push :
5
+ tags :
6
+ - v*
8
7
branches :
9
8
- main
10
9
paths :
62
61
run : cp "README.md" "./dist/README.md"
63
62
64
63
- name : Publish
65
- if : startsWith(github.ref, 'refs/heads/release ')
64
+ if : startsWith(github.ref, 'refs/tags/v ')
66
65
working-directory : MADE.Networking/dist
67
66
run : npm publish
68
67
env :
Original file line number Diff line number Diff line change 1
1
name : made-runtime
2
2
3
3
on :
4
- create :
5
- branches :
6
- - release/**
7
4
push :
5
+ tags :
6
+ - v*
8
7
branches :
9
8
- main
10
9
paths :
62
61
run : cp "README.md" "./dist/README.md"
63
62
64
63
- name : Publish
65
- if : startsWith(github.ref, 'refs/heads/release ')
64
+ if : startsWith(github.ref, 'refs/tags/v ')
66
65
working-directory : MADE.Runtime/dist
67
66
run : npm publish
68
67
env :
Original file line number Diff line number Diff line change 1
1
name : made-threading
2
2
3
3
on :
4
- create :
5
- branches :
6
- - release/**
7
4
push :
5
+ tags :
6
+ - v*
8
7
branches :
9
8
- main
10
9
paths :
62
61
run : cp "README.md" "./dist/README.md"
63
62
64
63
- name : Publish
65
- if : startsWith(github.ref, 'refs/heads/release ')
64
+ if : startsWith(github.ref, 'refs/tags/v ')
66
65
working-directory : MADE.Threading/dist
67
66
run : npm publish
68
67
env :
You can’t perform that action at this time.
0 commit comments