Skip to content

Commit

Permalink
ci: Allow semantic release to create draft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Dec 9, 2024
1 parent a679680 commit ce5bd40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@
"path": "dist/*.js",
"label": "JS distribution"
}
]
],
"draftRelease": true,
"labels": ["ci"],
"assignees": ["dermotduffy"]
}
]
]
Expand Down

0 comments on commit ce5bd40

Please sign in to comment.