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 66 pull_request :
77 branches : [ main ]
88 schedule :
9- - cron : ' 34 2 * * 2 '
9+ - cron : ' 0 0 * * * '
1010
1111jobs :
1212 lint :
Original file line number Diff line number Diff line change 11name : made-collections
22
33on :
4- create :
5- branches :
6- - release/**
74 push :
5+ tags :
6+ - v*
87 branches :
98 - main
109 paths :
6261 run : cp "README.md" "./dist/README.md"
6362
6463 - name : Publish
65- if : startsWith(github.ref, 'refs/heads/release ')
64+ if : startsWith(github.ref, 'refs/tags/v ')
6665 working-directory : MADE.Collections/dist
6766 run : npm publish
6867 env :
Original file line number Diff line number Diff line change 11name : made-data-converters
22
33on :
4- create :
5- branches :
6- - release/**
74 push :
5+ tags :
6+ - v*
87 branches :
98 - main
109 paths :
6261 run : cp "README.md" "./dist/README.md"
6362
6463 - name : Publish
65- if : startsWith(github.ref, 'refs/heads/release ')
64+ if : startsWith(github.ref, 'refs/tags/v ')
6665 working-directory : MADE.Data.Converters/dist
6766 run : npm publish
6867 env :
Original file line number Diff line number Diff line change 11name : made-data-validation
22
33on :
4- create :
5- branches :
6- - release/**
74 push :
5+ tags :
6+ - v*
87 branches :
98 - main
109 paths :
6261 run : cp "README.md" "./dist/README.md"
6362
6463 - name : Publish
65- if : startsWith(github.ref, 'refs/heads/release ')
64+ if : startsWith(github.ref, 'refs/tags/v ')
6665 working-directory : MADE.Data.Validation/dist
6766 run : npm publish
6867 env :
Original file line number Diff line number Diff line change 11name : made-diagnostics
22
33on :
4- create :
5- branches :
6- - release/**
74 push :
5+ tags :
6+ - v*
87 branches :
98 - main
109 paths :
6261 run : cp "README.md" "./dist/README.md"
6362
6463 - name : Publish
65- if : startsWith(github.ref, 'refs/heads/release ')
64+ if : startsWith(github.ref, 'refs/tags/v ')
6665 working-directory : MADE.Diagnostics/dist
6766 run : npm publish
6867 env :
Original file line number Diff line number Diff line change 11name : made-networking
22
33on :
4- create :
5- branches :
6- - release/**
74 push :
5+ tags :
6+ - v*
87 branches :
98 - main
109 paths :
6261 run : cp "README.md" "./dist/README.md"
6362
6463 - name : Publish
65- if : startsWith(github.ref, 'refs/heads/release ')
64+ if : startsWith(github.ref, 'refs/tags/v ')
6665 working-directory : MADE.Networking/dist
6766 run : npm publish
6867 env :
Original file line number Diff line number Diff line change 11name : made-runtime
22
33on :
4- create :
5- branches :
6- - release/**
74 push :
5+ tags :
6+ - v*
87 branches :
98 - main
109 paths :
6261 run : cp "README.md" "./dist/README.md"
6362
6463 - name : Publish
65- if : startsWith(github.ref, 'refs/heads/release ')
64+ if : startsWith(github.ref, 'refs/tags/v ')
6665 working-directory : MADE.Runtime/dist
6766 run : npm publish
6867 env :
Original file line number Diff line number Diff line change 11name : made-threading
22
33on :
4- create :
5- branches :
6- - release/**
74 push :
5+ tags :
6+ - v*
87 branches :
98 - main
109 paths :
6261 run : cp "README.md" "./dist/README.md"
6362
6463 - name : Publish
65- if : startsWith(github.ref, 'refs/heads/release ')
64+ if : startsWith(github.ref, 'refs/tags/v ')
6665 working-directory : MADE.Threading/dist
6766 run : npm publish
6867 env :
You can’t perform that action at this time.
0 commit comments