Skip to content

Commit 626cc42

Browse files
committed
chore: Try fixing semantic release
1 parent 2b4ca89 commit 626cc42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- run: npm ci
98
- uses: cycjimmy/[email protected]
109
env:
1110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"verifyConditions": ["semantic-release-vsce", "@semantic-release/github"],
33
"prepare": {
44
"path": "semantic-release-vsce",
5-
"packageVsix": "extension.vsix"
5+
"packageVsix": "mskelton.react-emotion-snippets.vsix"
66
},
77
"publish": [
88
"semantic-release-vsce",
99
{
1010
"path": "@semantic-release/github",
11-
"assets": "extension.vsix"
11+
"assets": "mskelton.react-emotion-snippets.vsix"
1212
}
1313
]
1414
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Extension version](https://img.shields.io/vscode-marketplace/v/mskelton.react-emotion-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=mskelton.react-emotion-snippets)
44
[![Extension installs](https://img.shields.io/vscode-marketplace/i/mskelton.react-emotion-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=mskelton.react-emotion-snippets)
55
[![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)
67

78
> [React Emotion](https://emotion.sh) snippets for VS Code.
89
@@ -42,7 +43,7 @@ _Create Emotion component_
4243
import { jsx } from '@emotion/core'
4344

4445
function Component(props) {
45-
46+
4647
}
4748
```
4849
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)