From 1c92a27e14ffc6a617abbef420d94283aabf9b05 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 6 May 2021 17:43:24 +0200 Subject: ci: Create draft release on tag push This change updates the release workflow to create a draft release when a new tag is pushed. This allows us to write a release description as well as organize the publication of the components on Maven Central, etc. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84f61551..f76cdd09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: + draft: true prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-m') }} files: build/distributions/* env: -- cgit v1.2.3