Skip to content

Commit

Permalink
Update obsidian-release.yml (#480)
Browse files Browse the repository at this point in the history
- Set release as draft
  • Loading branch information
ShootingKing-AM committed Jan 7, 2024
1 parent a5e1473 commit 25773a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/obsidian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- name: Build
id: build
run: |
npm install obsidian
npm install
npm ci
npm run build
# Package the required files into a zip
Expand All @@ -48,6 +50,7 @@ jobs:
with:
# main.css
generate_release_notes: true
draft: true
files: |
main.js
manifest.json
Expand Down

0 comments on commit 25773a5

Please sign in to comment.