Skip to content

Commit 014a53a

Browse files
authored
Disable auto-publish in release drafter so releases are manually triggered (#23)
1 parent 7c2af2a commit 014a53a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626

2727
- uses: release-drafter/release-drafter@v6
2828
with:
29-
publish: true
29+
publish: false
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)