ci: Allow semantic release to create draft releases (#1719)

This commit is contained in:
Dermot Duffy
2024-12-08 17:23:12 -08:00
committed by GitHub
parent a679680640
commit 5a203213ca
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -107,7 +107,10 @@
"path": "dist/*.js",
"label": "JS distribution"
}
]
],
"draftRelease": true,
"labels": ["ci"],
"assignees": ["dermotduffy"]
}
]
]