Skip to content

Commit 25773a5

Browse files
Update obsidian-release.yml (#480)
- Set release as draft
1 parent a5e1473 commit 25773a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/obsidian-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- name: Build
3434
id: build
3535
run: |
36+
npm install obsidian
3637
npm install
38+
npm ci
3739
npm run build
3840
3941
# Package the required files into a zip
@@ -48,6 +50,7 @@ jobs:
4850
with:
4951
# main.css
5052
generate_release_notes: true
53+
draft: true
5154
files: |
5255
main.js
5356
manifest.json

0 commit comments

Comments
 (0)