File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 44
44
- attach_workspace :
45
45
at : ~/emotion-ts-plugin
46
46
- run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
47
- - run : |
48
- if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
49
- then
50
- npm publish
51
- else
52
- echo "Not a release, skipping publish"
53
- fi
47
+ - run : npm publish
54
48
workflows :
55
49
version : 2
56
50
build_test_and_deploy :
@@ -64,6 +58,6 @@ workflows:
64
58
- test
65
59
filters :
66
60
tags :
67
- only : /.* /
61
+ only : /^v?\d+\.\d+\.\d+$ /
68
62
branches :
69
- only : master
63
+ ignore : /.*/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " emotion-ts-plugin" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " TypeScript Emotion Plugin" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
86
86
"lint-staged" : {
87
87
"*.ts" : [
88
88
" prettier --write" ,
89
- " tslint -c tslint.json --fix" ,
90
- " git add"
89
+ " tslint -c tslint.json --fix"
91
90
]
92
91
},
93
92
"husky" : {
You can’t perform that action at this time.
0 commit comments