File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- uses : actions/checkout@v2
8
- - run : npm ci
9
8
-
uses :
cycjimmy/[email protected]
10
9
env :
11
10
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2
2
"verifyConditions" : [" semantic-release-vsce" , " @semantic-release/github" ],
3
3
"prepare" : {
4
4
"path" : " semantic-release-vsce" ,
5
- "packageVsix" : " extension .vsix"
5
+ "packageVsix" : " mskelton.react-emotion-snippets .vsix"
6
6
},
7
7
"publish" : [
8
8
" semantic-release-vsce" ,
9
9
{
10
10
"path" : " @semantic-release/github" ,
11
- "assets" : " extension .vsix"
11
+ "assets" : " mskelton.react-emotion-snippets .vsix"
12
12
}
13
13
]
14
14
}
Original file line number Diff line number Diff line change 3
3
[ ![ Extension version] ( https://img.shields.io/vscode-marketplace/v/mskelton.react-emotion-snippets.svg )] ( https://marketplace.visualstudio.com/items?itemName=mskelton.react-emotion-snippets )
4
4
[ ![ Extension installs] ( https://img.shields.io/vscode-marketplace/i/mskelton.react-emotion-snippets.svg )] ( https://marketplace.visualstudio.com/items?itemName=mskelton.react-emotion-snippets )
5
5
[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg )] ( #contributors )
6
+ [ ![ Semantic release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
6
7
7
8
> [ React Emotion] ( https://emotion.sh ) snippets for VS Code.
8
9
@@ -42,7 +43,7 @@ _Create Emotion component_
42
43
import { jsx } from ' @emotion/core'
43
44
44
45
function Component (props ) {
45
-
46
+
46
47
}
47
48
```
48
49
<!-- prettier-ignore-end -->
You can’t perform that action at this time.
0 commit comments