ci: Allow semantic release to create draft releases (#1719)
This commit is contained in:
@@ -51,6 +51,6 @@ jobs:
|
||||
type: zip
|
||||
path: dist
|
||||
filename: frigate-hass-card.zip
|
||||
- run: npx semantic-release --dry-run
|
||||
- run: npx semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
+4
-1
@@ -107,7 +107,10 @@
|
||||
"path": "dist/*.js",
|
||||
"label": "JS distribution"
|
||||
}
|
||||
]
|
||||
],
|
||||
"draftRelease": true,
|
||||
"labels": ["ci"],
|
||||
"assignees": ["dermotduffy"]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user