Skip to content

Commit 7bdc48a

Browse files
authored
Merge pull request #234 from vedansh-5/draftRelease
[Patch]; drafts the releases instead of pubishing them
2 parents 9c1982b + ccf28ff commit 7bdc48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: release-drafter/release-drafter@v6
2929
with:
3030
config-name: release-drafter.yml
31-
publish: true
31+
publish: false
3232
env:
3333
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3434

0 commit comments

Comments
 (0)