Skip to content

Commit 24a74f7

Browse files
build: fix the release pipeline (#29)
1 parent 533246e commit 24a74f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ jobs:
6868
- checkout
6969
- run: npm install
7070
- run: npm run compile
71-
- run: npx semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yes-https",
3-
"version": "0.0.4",
3+
"version": "0.0.0",
44
"description": "A simple utility to force https for connect based node.js apps.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)