Skip to content

Commit

Permalink
[Build] Remove draft release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Dec 4, 2024
1 parent 544cf9a commit edb557a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
- name: Setup java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit edb557a

Please sign in to comment.