Skip to content

Commit 72a8a77

Browse files
committed
[Build] Remove draft release notes
1 parent 6784077 commit 72a8a77

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ jobs:
4343
uses: actions/checkout@v4
4444
with:
4545
ref: ${{ github.ref }}
46-
- name: Create Release
47-
uses: actions/create-release@v1
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
with:
51-
tag_name: ${{ github.ref }}
52-
release_name: Release ${{ github.ref }}
53-
draft: true
5446
- name: Setup java
5547
uses: actions/setup-java@v4
5648
with:

0 commit comments

Comments
 (0)