Skip to content

Commit edb557a

Browse files
committed
[Build] Remove draft release notes
1 parent 544cf9a commit edb557a

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
@@ -38,14 +38,6 @@ jobs:
3838
uses: actions/checkout@v4
3939
with:
4040
ref: ${{ github.ref }}
41-
- name: Create Release
42-
uses: actions/create-release@v1
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
with:
46-
tag_name: ${{ github.ref }}
47-
release_name: Release ${{ github.ref }}
48-
draft: true
4941
- name: Setup java
5042
uses: actions/setup-java@v4
5143
with:

0 commit comments

Comments
 (0)